Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4772750 By: oxon
Hello PyDEV users === Environment === I installed PyDEV extensions 1.3.13 to Eclipse 3.3.1.1 on my Mac. Its OS was clean-installed recently from Tiger to Leopard. And I have copied ~/Document/workspace from old HDD to new HDD. === Problem === I have some python projects which were developed on the previous Tiger environment. They were working as I expected with PyDEV extension. However after installing new OS X Leopard, Code Analysis outputs many errors to my python scripts. For example, import time => Unresolved import: time class MyClass(object) => Undefined variable: object foo = None => Undefined variable: None of course these lines run correctly on my Mac (python 2.5.1). import sys does not output an error. But sys.stderr and sys.exit are said that "Undefined". I tried - Reinstalling PyDEV - Reinstalling Eclipse - Removing ~/Documents/workspace/.metadata/.plugins/org.python.pydev* but I still get the above errors. Anyone know how to remove this problem? Any suggestion? I am not sure if this problem was caused by Leopard. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
