Re: [Pydev-users] Not following symbolic links for F3 resolution

2011-12-16 Thread Kenneth Loafman
On Fri, Dec 16, 2011 at 6:50 AM, Kenneth Loafman wrote: > On Wed, Dec 14, 2011 at 3:47 PM, Kenneth Loafman wrote: > >> Hi, >> >> When I hit F3 to bring up a function edit, PyDev claims it cannot find >> the source if the function has a symbolic link in the p

Re: [Pydev-users] Not following symbolic links for F3 resolution

2011-12-16 Thread Kenneth Loafman
On Wed, Dec 14, 2011 at 3:47 PM, Kenneth Loafman wrote: > Hi, > > When I hit F3 to bring up a function edit, PyDev claims it cannot find the > source if the function has a symbolic link in the path. Everything else > works perfectly as it should, yet F3 claims the resource does n

[Pydev-users] Not following symbolic links for F3 resolution

2011-12-14 Thread Kenneth Loafman
Hi, When I hit F3 to bring up a function edit, PyDev claims it cannot find the source if the function has a symbolic link in the path. Everything else works perfectly as it should, yet F3 claims the resource does not exist. I can get it to work by using a File >> New >> Folder and making a pseud

[Pydev-users] Aptana Studio 3 and PyDev

2011-12-01 Thread Kenneth Loafman
Hi, I'm running Aptana 3 nightly builds version. Is it safe to use PyDev updates as well? ...Ken -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application pe

Re: [Pydev-users] New Mac/Aptana 2.0

2011-07-19 Thread Kenneth Loafman
s for Eclipse 3.2 at: > http://pydev.org/manual_101_install.html ) > > Note that it may be better if you can go to Aptana Studio 3 (Aptana > Studio 2.0 is no longer in active development, so, the support for > Aptana Studio 3 should be much better). > > Cheers, > > Fabio > &

[Pydev-users] New Mac/Aptana 2.0

2011-07-19 Thread Kenneth Loafman
Hi, Just got a brand new Macbook Air, brought up Aptana Studio 2.0, and almost immediately ran out of heap space. I've tried several things, read a dozen articles on the obscurity that is the Java .ini file, and am thoroughly confused. Would some kind person look at this aptanastudio.ini file an

[Pydev-users] pydevd.settrace() continue

2011-03-14 Thread Kenneth Loafman
Hi, Is it possible to have pydevd.settrace() continue on to the breakpoints you have set in the code? I'm fighting a timing issue between a couple of python tasks and the breakpoint at the first line after settrace() makes this issue disappear. ...Thanks, ...Ken -

Re: [Pydev-users] [Users] RE: Using pydev for eclipse with Head First Progr

2010-11-11 Thread Kenneth Loafman
Perhaps the book is using a much older version of Python. Here's what I get: $ python test.py Traceback (most recent call last): File "test.py", line 1, in import urllib.request ImportError: No module named request $ python -V Python 2.6.4 ...Ken On Thu, Nov 11, 2010 at 4:22 PM, SourceFo

[Pydev-users] Pydev Package Exploring order questions

2010-05-01 Thread Kenneth Loafman
Hi, I've got two Django projects, one on the trunk, one on a branch. Both have identical structures, yet for some reason Pydev cannot figure out how to order them alphabetically. In the branch project, 'local_apps' is at the top of the list, and in the trunk project, 'base' is at the top of the

[Pydev-users] Pydev Package Exploring order questions

2010-04-30 Thread Kenneth Loafman
Hi, I've got two Django projects, one on the trunk, one on a branch. Both have identical structures, yet for some reason Pydev cannot figure out how to order them alphabetically. In the branch project, 'local_apps' is at the top of the list, and in the trunk project, 'base' is at the top of the

Re: [Pydev-users] Clearing Pydev/PyLint Errors

2010-02-28 Thread Kenneth Loafman
markers as well, such as breakpoints, but that's a small loss to get rid of the pylint noise. ...Ken Kenneth Loafman wrote: > Help! > > How do I clear out the PyLint errors once they've been generated? > > It's way to nois

[Pydev-users] Clearing Pydev/PyLint Errors

2010-02-27 Thread Kenneth Loafman
Help! How do I clear out the PyLint errors once they've been generated? It's way to noisy for use in a Django project. ...Thanks, ...Ken -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. S

Re: [Pydev-users] Problem with Refactoring in Pydev

2010-02-20 Thread Kenneth Loafman
Fabio Zadrozny wrote: > On Fri, Feb 19, 2010 at 6:27 PM, Kenneth Loafman wrote: >> Folks, >> >> I am trying to use Refactoring/Generate Properties and Generate >> Constructor, however, every time I try it gives me: >> >> Error making refactoring >> jav

[Pydev-users] Problem with Refactoring in Pydev

2010-02-19 Thread Kenneth Loafman
Folks, I am trying to use Refactoring/Generate Properties and Generate Constructor, however, every time I try it gives me: Error making refactoring java.lang.NullPointerException There is no entry in .metadata/.log so I cannot provide that. The only entries in the log have to do with a key assi

Re: [Pydev-users] Python Unittest Configuration in 1.4.7

2009-07-23 Thread Kenneth Loafman
ebug/pysrc/runfiles.py at line 255 (in > the method __adjust_path): change sys.path.append(path_to_append) to > sys.path.insert(0, path_to_append) > > Cheers, > > Fabio > > On Thu, Jul 23, 2009 at 10:32 AM, Kenneth Loafman wrote: >> Under 1.4.6 of Pydev, all of my Python

[Pydev-users] Python Unittest Configuration in 1.4.7

2009-07-23 Thread Kenneth Loafman
Under 1.4.6 of Pydev, all of my Python Unittest configurations worked. Under 1.4.7, they do not. I have not changed the setup, and the unittests work from the commandline when running from the testing directory. The Unittest configuration is set up to have the working directory at ${workspace_loc

[Pydev-users] Enter Debug in Spawned Python Code

2009-07-22 Thread Kenneth Loafman
I need to be able to enter debug in the module being spawned by a unit test. I can set a breakpoint in the unit test, but I can't quite see how to set a breakpoint in the spawned Python code. Is it possible to do this in PyDev? ...Thanks, ...Ken -

[Pydev-users] Lost Debug Configs w/Upgrade

2009-07-21 Thread Kenneth Loafman
Environment is Eclipse 3.4.2 running on Ubuntu 8.04.3, 32-bit, with Java 1.6.0_14. Everything is up to date. I upgraded to PyDev 1.4.7 w/PyDev Extensions (registered). After the install I noticed that I had lost the PyDev Debug/Run Configurations. The only Debug/Run configuration left is "Pytho