A rather good indicator for a booming electronics industry is the need for casings, housings, seals and many other things made of plastic and rubber. It is no surprise that China has a huge demand for these kinds of materials, but Central Europe is profiting from the situation.
(Mr. Reifenhäuser, courtesy of VDMA)
Sales to domestic customers are expected to grow more rapidly than foreign deliveries both this year and next. Ulrich Reifenhäuser explains the positive situation by saying that »with the strong industrial recovery many firms are working at full capacity and are increasingly planning to invest in order to expand«. Already at a high level, Asian markets and emerging countries are leading the way this year as far as foreign sales are concerned.
However, the recovery has now spread to a large number of countries in Western Europe as well as the US, and demand from these countries for plastics and rubber machinery has also gathered pace. In 2011 too, German machinery manufacturers will continue to be successful in defending their position as world export leaders. »However, Chinese competitors have the edge in terms of global output of plastics and rubber machinery,« said Thorsten Kühmann, Managing Director of the Association.
»In 2009, the year of the economic crisis, the Chinese industry ranked first; it was well able to maintain this position in 2010 and is set to continue to expand its share of the world market in the years ahead«.
Congratulations on getting on the Python bawogandn.If you use a lot of external libraries you may find that being open source projects they have not got around to making 64bit version of their installation binaries available.I lost the ability to do all my cross-platform GUI scripting in wxPython on the Snow Leopard built-in Python it ships with.This is because Snow Leopard Python is running in 64bit mode. Which is great but wxPython is stuck in 32bit land for ages and will throw errors when trying to load up.To fix, in the terminal on OS X type in the following command:# To Prefer 32-bit execution for Python 2.6.1 on Snow Leopard$ defaults write com.apple.versioner.python Prefer-32-Bit -bool yesThen Python will be running in 32bit mode and will be able to work with all the libraries already out their with OS X binary installers.Cheers,PN
Posted by: Lidija | 08/11/2012 at 06:13 PM