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
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
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
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
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
>
&
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
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
-
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
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
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
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
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
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
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
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
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
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
-
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
18 matches
Mail list logo