The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3923296:
Hi inioka, The files don't appear attached to the bug at https://sourceforge.net/tracker/index.php?func=detail&aid=3157697&group_id=85796 &atid=577329 (but anyways, I just went on and used the other links you passed) Still, it seems there are problems in the way you added the code... The errors from the logs are now: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site.py", line 476, in execsitecustomize import sitecustomize File "/Applications/eclipse/plugins/org.python.pydev_1.6.4.2011010200/PySrc/py dev_sitecustomize/sitecustomize.py", line 12, in <module> sys.stderr = sys.stdout = open('c:/sitecustomize_output.txt', 'w') IOError: [Errno 2] No such file or directory: 'c:/sitecustomize_output.txt' and Traceback (most recent call last): File "/Applications/eclipse/plugins/org.python.pydev_1.6.4.2011010200/PySrc/py devconsole.py", line 9, in <module> sys.stderr = sys.stdout = open('/pvdev/pydevconsole_output.txt', 'w') IOError: [Errno 2] No such file or directory: '/pvdev/pydevconsole_output.txt' The first is clearly because the path is wrong (if you're on mac os, you probably don't have a c:), now, the second one may be failing because you've written 'pvdev' instead of 'pydev' (provided you actually have a pydev folder created to which you can write to). Cheers, Fabio ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users