Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6749747
By: fabioz

Unfortunately, that's a Pydev limitation (mostly because it needs information
on the pythonpath to be used, environment variables, etc).

So, you need to have those files inside a project so that it can be run... What
you can do if you don't want to create a project for those files is creating
a project that has links to the folders containing those files (they don't even
need to be in the pythonpath or a source folder, but they need to be in a 
project
inside eclipse to make the run -- to create a link, do: file > new > folder
> advanced > link to folder in filesystem).

Note that you cannot have links inside a Pydev source folder (the source folder
itself or its parents can be links, but not after that -- unless you create
native links from your filesystem and not through eclipse).

Cheers,

Fabio

______________________________________________________________________
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

Reply via email to