Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6844796 By: dkeefe3773
Well, here is my scenario. I create a symbolic link in my workspace folder (on the filesystem -- Redat Linux) to a python module. Inside eclipse, pyDev handles the file just fine; I can view it, modify it, save it and so forth. However, what does not work is the build errors. It's like building doesn't do anything at all. I'm not sure how this works under the hood, whether the python interpreter is run line by line and errors are spit out or if it is some other magical process, but I never get errors in the symbolically linked file. For instance, lets say I have a file that is symbolically linked called whatever.py and it's contents are: print "Hello World" blabla I never get a build error on the line blabla. However, when I run, I do get the expected error. (NameError: blabla is not defined) Now, ff the file is not symbolically linked, I get a build error; namely, Undefined Variable: blabla. So, I've never run without Pydev Extensions, so I'm not sure if PyDev alone would give me the build error. And code completion is working so I guess PyDev extensions isn't the problem? Finally, let me admit that I lied a little in the above post. I actually can get some errors to come out of a symbolically linked file (I've played around a little) but they are all of the form "Encountered \n at line<>" which happens whenever I place a python keyword without the expected follow on text. For example: import -- This gives that error. So, I do get some errors but never the 'undefined variable' type. Thanks, Dan ______________________________________________________________________ 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 ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users