[Pydev-users] [pydev - Users] Adding PYTHONPATHES recursively ???

2006-05-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3732430 By: nobody I have here an project with about 90 python files and many different folders. The pathes of the folders are added on runtime to the python searchpath in the python file which is used

[Pydev-users] [pydev - Users] PeDev extension remote debugging not working

2006-05-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3738197 By: fakeleft Hi, First off, beautiful tool - thank you. I'm having trouble getting the remote debugger to work (tried it on 2 machines: win2k and winxp with eclipse3.1/python2.4). When I run my test

[Pydev-users] [pydev - Users] RE: PyDev extension remote debugging not work

2006-05-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3738211 By: fabioz Do you have something in your error log? Also, after starting the Eclipse debug server listener, does the Debug Server appear as a process in the debug window? (as in the second picture

[Pydev-users] [pydev - Users] findFrame Errors

2006-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3738738 By: paulikelly Whenever I return from a subroutine in the pydev debugger I get a Error resolving frame ... findFrame: frame not found error reported in the console window. Not every time, but 80%. I

[Pydev-users] [pydev - Users] RE: findFrame Errors

2006-05-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3738802 By: fabioz Hi, Note that this is a 'spurious' message, as there is no real problem there (it is a sync thing between the client and the server, as the server asked for some frame

[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3741672 By: fabioz Could you turn the tracing facility on so that I know which messages it is passing when it hits a breakpoint? To do it, go to pydevd_comm and set pydevd_trace = 2 What I'm trying

[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3741866 By: fakeleft I'll definitely give it a shot. __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: PyDev ext remote debugging doesn't work

2006-05-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3741837 By: fabioz Hi Raphael, I'll do a new release of pydev on monday or tuesday, and I've just fixed some things that I believe might be the cause of the error you're having, so, if you're willing to wait

[Pydev-users] [pydev - Users] Pydev eats ctrl-tab

2006-05-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3743971 By: arnetheduck Hi, I've got my eclipse set up so that ctrl-tab goes to the next editor, and this works for all editors apart from the pydev one. Any tips on how to proceed? I've checked my keyboard

[Pydev-users] [pydev - Users] RE: Autocompletion freeze linux Eclipse 3.2

2006-05-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3744958 By: nobody Unfortunately nothing except that I've abruptly closed eclipse! ;) Log: !ENTRY org.eclipse.core.resources 2 10035 2006-05-22 21:40:20.699 !MESSAGE A workspace crash was detected

[Pydev-users] [pydev - Users] RE: Pydev eats ctrl-tab

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746012 By: arnetheduck Hi, I got it to work as well, but now I've been playing around with it some more. Here's the strange thing: 1) press restore defaults, ctrl-tab is assigned to convert tabs to spaces

[Pydev-users] [pydev - Users] RE: PyDev extension remote debugging not work

2006-05-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746286 By: fabioz Ok, it is out already... If you still have any problems using it, please let me know... Cheers, Fabio __ You

[Pydev-users] [pydev - Users] RE: Editor freezes with version 1.0.7

2006-05-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3748051 By: fabioz Ok, it appears this has been reported already, so, I'll treat this as a 'high-priority' bug, and will try to release version 1.0.8 with this single bug-fix today... Cheers, Fabio

[Pydev-users] [pydev - Users] How to debug Zope / Plone

2006-05-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3749169 By: treaves I have configured Eclipse as per the Plone site on using Eclipse to run debug. I can start Zope from within Eclipse, and see the log output, and when an error is logged, I can click

[Pydev-users] [pydev - Users] RE: Shift left/right stopped working

2006-05-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3752031 By: modelint I'm running: Version: 3.1.0 Build id: I20050627-1435 __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] Variables not showing on terminate

2006-05-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3755561 By: anstey When a python script terminates due to an error (in Eclipse with PyDev Extensions), no variables are shown in the debug console, unlike standard IDEs like Wing and Komodo. Is there a way

[Pydev-users] [pydev - Users] RE: Unable to break into cherrypy

2006-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3755914 By: mschorn I ran the remote debugger without debug mode. Breakpoints still work only for the duration of one request. For the next request remote debugger has lost them. The regular debugger too. I

[Pydev-users] [pydev - Users] RE: Unable to break into cherrypy

2006-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3756088 By: fabioz Sure, please do report it -- I'm interested in making it work too ;-) __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] Cannot set interpreter path in OSX 10.4

2006-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3756110 By: mattp52 Hi, Have been searching in vain on the net for a fix to this issue. I succesfully downloaded and installed PyDev via Eclipse's update feature but when I go to set the path

[Pydev-users] [pydev - Users] raw_input, outline, autocomplete, hints

2006-05-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3756111 By: vbgunz I've created my own debug and my own python run and have tinkled with F9 for Run as Python *but* when a script has raw_input, the console seems to sometimes choke. When I run the console

[Pydev-users] [pydev - Users] using PyDev on differen file extensions

2006-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3757634 By: nobody Hi, I'm currently trying to use PyDev with project files that have a different file extension than .py. However, while syntax highlighting does very well I can't get the Tasks-feature

[Pydev-users] [pydev - Users] RE: using PyDev on differen file extensions

2006-05-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3757722 By: fabioz Well, pydev should work with .py and .pyw extensions... Which extension are you using? I believe those are hard-coded, but if you have enough requirements and a good justification, you can

[Pydev-users] [pydev - Users] RE: Autocompletion freeze linux Eclipse 3.2

2006-06-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761761 By: fabioz Hi, sorry for taking long to respond (that's why I like bug-reports more... they usually don't get lost in my inbox) So, if you could report a bug, so that we could keep with the discussion

[Pydev-users] [pydev - Users] RE: Completion not working with some Twisted

2006-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763413 By: fabioz You can try adding twisted to the 'forced builtins'. Check http://fabioz.com/pydev/manual_101_interpreter.html for more details. There is also a screencast that gives some info about

[Pydev-users] [pydev - Users] RE: Wizard to generate script

2006-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763423 By: fabioz Well, the way I'd go then is creating an Eclipse plugin... You can check the wizards part of pydev (package org.python.pydev.ui.wizards). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Cannot set interpreter path in OSX 10.4

2006-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764196 By: nobody I used the EasyEclipse distribution both for the Desktop and a distribution specifically for Python using pydev. The default path is of the type /Applications/EasyEclipse\ for\ Python.app

[Pydev-users] [pydev - Users] RE: Cannot set interpreter path in OSX 10.4

2006-06-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764229 By: fabioz Actually...how would mac expect it? I know I'm surrounding it with when the path has spaces... so, that's apparently not the way to go, but then, how would mac expect

[Pydev-users] [pydev - Users] No more outline after update

2006-06-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3764757 By: mschorn Hi Fabio, just updated to PyDev Extensions 1.0.8. One of my project files - the one I am just working on - does not show an outline any more. Can I reset, reload, refresh etc.? One can

[Pydev-users] [pydev - Users] code checking not working for new modules

2006-06-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3767112 By: nobody In 1.1.0 (with extension), code checking does not seem to be kicking off for new modules added to an existing project. This did not happen in 0.0.8

[Pydev-users] [pydev - Users] RE: code checking not working for new modules

2006-06-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3767170 By: fabioz Are your files in your pythonpath? Do you have any errors in your error log? __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: JVM out of memory

2006-06-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3787366 By: fabioz If you're using the extensions, the problem might be a memory leak when doing the analysis. This may happen when you do a full build. I comment about it at: http://pydev.blogspot.com/2006

[Pydev-users] [pydev - Users] RE: using PyDev on differen file extensions

2006-06-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3787542 By: nobody i am writing *.cgi scipts in python and have same problem, with window preferences general editors file associations. can man activate color suport for python syntax, but Code

[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3787592 By: nobody No, nothing. (I cleared the log, restarted Eclipse and not a single error) __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3788316 By: nobody 1.2.0 __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login

[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3788331 By: fabioz If you're using Eclipse 3.1, you should be using pydev 1.1.0 (which is the last version with 3.1 support). Pydev 1.2.0 supports Eclipse 3.2 (which should be final in about 2 weeks). Cheers

[Pydev-users] [pydev - Users] RE: Can't set Breakpoint in Pydev

2006-06-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=379 By: fabioz Hi Tim, a. Just fixed that b. Could probably be done (but now that it is already released, I can't do that anymore for this version... Still, I'll see how to do it for the next release

[Pydev-users] [pydev - Users] RE: Loosing PyDev perspective

2006-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3791289 By: fabioz Well, I'm on Eclipse 3.2 (M6) and pydev 1.2.0 on win xp and this does not happen... I think you could report that as a bug at Eclipse.org Cheers, Fabio

[Pydev-users] [pydev - Users] code coverage throws RuntimeException

2006-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3791593 By: rzoz Using Eclipse 3.2 build I20060602-1317 and PyDev 1.2.0, I run a script as Python coverage then click on Choose dir! on the Code Coverage Results View. After selecting a folder and clicking

[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792302 By: fabioz Pydev 1.2 is only compatible with Eclipse 3.2 (which eclipse version do you have?) __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792382 By: useradd I forget to tell you that Expressions view works, it can display the variable I add. __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792395 By: nobody I have 3.1.2, but I did replace 1.2 with 1.1 and still had the same issue. I have not had any problems (yet) with Pydev 1.2 other that the watch. Good Work Fabio

[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792765 By: fabioz I've fixed this for 1.2.1 already (it should be out in the beggining of the next week -- hopefully on monday). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Why the symlink limitation?

2006-06-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792804 By: fabioz Yeap, as I said, symlinks do NOT work, so, as you're using one symlink at `---ATContentTypes - ../Plone/ATContentTypes it will not be resolved (that's why from Products.BSWBSkins works

[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3793922 By: fabioz Actually, that issue is pretty strange, as it does get it in the correct context, but seems to be unable to evaluate it, as if it was in another context... can you reproduce that reliably

[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-06-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3793960 By: nobody Everytime I set a Watch I have the is not defined so yes I think it is reproducable. Monday, or whenever version 1.2.1 is posted I will try again after I update. What kind of problems

[Pydev-users] [pydev - Users] RE: Debug Variables does not show in OS X 10.

2006-06-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3795065 By: useradd Thanks a lot. It is a good news for Callisto release. __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3795292 By: bghose I also had the same problem of not being able to find the Python Run item in the menu. It absolutely freaked me out. It got added again when I re-added my Python interpreter

[Pydev-users] [pydev - Users] RE: Sorry :-/

2006-06-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3795634 By: fabioz Can you report that as a bug? Cheers, Fabio __ You are receiving this email because you elected to monitor this forum

[Pydev-users] [pydev - Users] RE: Why the symlink limitation?

2006-06-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3796260 By: fabioz Well, symlinks are simply not presented in the java filesystem abstraction. Maybe you could try talking to the Eclipse guys and see if they would add symlinks to their filesystem

[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3796289 By: onamatic I have exactly the same problem with Run As - Python. I'm using Fedora Core 5, Eclipse 3.1.2, Pydev 1.2.0 After 8 hours I have now managed to get debugging working (very well indeed

[Pydev-users] [pydev - Users] RE: Run as\Python run missing

2006-06-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3798474 By: onamatic Hi Fabio, Something went horribly wrong upgrading to 3.2RC7 - so now I can't run Eclipse at all - I'll report back when I've sorted the mess out. Thanks, Bob

[Pydev-users] [pydev - Users] questions / sugestions on jython

2006-06-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3800987 By: rjst Hi, I'm writing this from the perspective of someone trying out pydev and pydev extensions in a java/jython project that uses a lot of java libraries. I wasn't able to use code completion

[Pydev-users] [pydev - Users] some questions/doubts on jython

2006-06-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3800992 By: rjst Hi, I'm writing this from the perspective of someone trying out pydev and pydev extensions in a java/jython project that uses a lot of java libraries. I wasn't able to use code completion

[Pydev-users] [pydev - Users] console

2006-06-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3800999 By: rjst Hi, I've been playing a bit with JythonConsole, from Jyleo, which was the only good swing console I could find for jython. Since pydev's console is not very good, perhaps you could check

[Pydev-users] [pydev - Users] RE: some questions/doubts on jython

2006-06-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3801005 By: rjst sorry for the double posting, I think something is wrong with the sourceforge forum, after the posting is done it momentarily appears in the context of another thread

[Pydev-users] [pydev - Users] RE: V1.2.1

2006-06-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3802421 By: fabioz It's there already -- just didn't put the news... thanks for the reminder ;-) Cheers, Fabio __ You are receiving

[Pydev-users] [pydev - Users] RE: V1.2.1

2006-06-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3802541 By: nobody Eclipse 3.1.2 update manager states that v1.2.1 requires Eclipse 3.2. This seems at odds with the pydev website. __ You

[Pydev-users] [pydev - Users] RE: How to get latest version?

2006-07-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3803456 By: smilelover The same here! __ You are receiving this email because you elected to monitor this forum. To stop monitoring

[Pydev-users] [pydev - Users] Combining comment/uncomment in a single actio

2006-07-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804600 By: asqueella Currently, if position cursor on a line in pydev and press CTRL+/ (or CTRL+3) several times, the line will get several #s added at its beginning. This doesn't make sense to me - I think

[Pydev-users] [pydev - Users] RE: Combining comment/uncomment in a single a

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804936 By: fabioz Ok, sorry... the In case a block is commented out partially, the behavior should be like the current one. should solve what I meant... So, yes, in this case that patch would be accepted

[Pydev-users] [pydev - Users] Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804958 By: nobody Hi, I can't get PyDev to work properly. When I want tu use code completion the following messages appear in the error log: org.eclipse.core.runtime.CoreException: Error creating python

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804966 By: fabioz What happens if you execute: c:\python24\python.exe C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc\pyc ompletionserver.py 51738 56246 on a prompt

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3804970 By: nobody Hi, thanks for the quick response! I get the following error: Import error: No module named refactoring __ You

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805000 By: fabioz Don't you have a file refactoring.pyd under C:\Programme\eclipse\configuration\org.eclipse.osgi\bundles\115\1\.cp\PySrc ? If you don't, your install is corrupted (so, you need to reinstall

[Pydev-users] [pydev - Users] RE: Problem with Eclipse 3.2 / Python 2.4.3

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805037 By: nobody Hi, ok, my installation was corrupted. Reinstalling PyDev was the trick. Thank you very much for helping! Regards, Johannes

[Pydev-users] [pydev - Users] Josh

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805080 By: nobody a href=http://7.lesensazioni.com/jennajamesonpps/; jennajamesonpps /a http://6.tuofratello.com/sockmasterbation/ a href=http://14.sonopassato.com/firsttimeorgasm/; firsttimeorgasm

[Pydev-users] [pydev - Users] Code completion

2006-07-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3805189 By: shahbaztyagi I am not able to get members of class...in the editor. I am using both python and jython.and I have created a plugin where I am extending the class PyEdit

[Pydev-users] [pydev - Users] RE: Code completion

2006-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806659 By: shahbaztyagi Hi, for example if I want to write import javax.swing as jyswing then can I get all the packages of javax after ., so that I can choose which package of javax I need, like in Eclipse

[Pydev-users] [pydev - Users] RE: Code completion

2006-07-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3806857 By: fabioz Well, that particular example works for me... have you configured your project as jython? Check http://fabioz.com/pydev/manual_101_root.html for details on how to correctly configure stuff

[Pydev-users] [pydev - Users] RE: Code completion

2006-07-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808054 By: fabioz Ok, I think that this discussion is better suited for the pydev-code list, so, please post it there -- and I'll answer you

[Pydev-users] [pydev - Users] Comments in Outline view

2006-07-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3808436 By: nobody Can the outline view be configured so that comments #--- are not displayed. __ You are receiving this email because you

[Pydev-users] [pydev - Users] Code completion keybinding on a Mac

2006-07-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3810620 By: kab2000 I would like to change the default ^-space keybinding to something else (interferes with quicksilver). I can't find it listed in any of the keybinding preferences. Am I missing something

[Pydev-users] [pydev - Users] RE: Does Watch Work in Pydev 1.2?

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3811866 By: nobody Hi Fabio! I installed Eclipse 3.2 and Pydev 1.2.1 and am still getting errors. When I click on a variable in the variable windo and select Create Watch Expression I get workDir= str

[Pydev-users] [pydev - Users] Pydev 1.2.1 interacting with wxPython 2.6.3.2

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3811966 By: nobody When I use Pydev and write a buggy script that imports the wxPython library, the error output appears very briefly in an output window and then disappears. This happens so quickly that I am

[Pydev-users] [pydev - Users] Calltips

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3811998 By: nobody About half a year ago I asked about Calltips support for PyDev -- that is, the parameters and the docstring of a function/method should be displayed automatically once I type the function

[Pydev-users] [pydev - Users] RE: Calltips

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3812059 By: fabioz It is already implemented in the cvs... still needs some final touches, but should be available in the next pydev version -- this will be added to the open source version -- but you can

[Pydev-users] [pydev - Users] RE: Calltips

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3812076 By: nobody Cool, thanks! __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum

[Pydev-users] [pydev - Users] Moshe

2006-07-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3812163 By: nobody Áåñïëàòíûå ÑÌÑêè a href=http://www.ponochka.ru; http://www.ponochka.ru /a è Free sms a href=http://www.ponochka.com/eng; http://www.ponochka.com/eng /a a href=http://2.eimpegnando.org

[Pydev-users] [pydev - Users] Yadiel

2006-07-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3818199 By: nobody a href=http://13.sovragiunto.com/accessoriocapello/; accessoriocapello /a http://13.sovragiunto.com/leggifinanziamentoimpresasociale/ a href=http://9.sovragiunto.com/calcolovincitalotto

[Pydev-users] [pydev - Users] Billy

2006-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3820614 By: nobody a href=http://12.dovresti.org/adslethernet/; adslethernet /a http://17.abbracciava.org/sessoprimavolta/ a href=http://18.dovresti.org/asestessoleopardicommento/; asestessoleopardicommento

[Pydev-users] [pydev - Users] Garret

2006-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3820954 By: nobody a href=http://18.myvideoz.org/slut.html; slut.html /a http://2.altvideos.org/slut.html a href=http://13.myvideoz.org/oral.html; oral.html /a a href=http://5.hotpassion.org/hentai.html

[Pydev-users] [pydev - Users] No more anonymous posts

2006-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3821031 By: fabioz Hi Everyone, As of today, only registered sourceforge users will be able to post to this forum. Unfortunatelly, this change was needed because of the increasingly number of spams

[Pydev-users] [pydev - Users] How to use Run As Python Unit Test

2006-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3821144 By: xsaero00 I can't find any docs on how to use Pyhton Unit Test in pyhton file context menues. Ehen I try it it simply gives tels me that 0 tests have been succesfully ran even thought

[Pydev-users] [pydev - Users] How to use Run As Python Unit Test

2006-07-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3821145 By: xsaero00 Additional Info: I use PyDev 1.2.1 with Extensions 1.2.1 __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] Problem wit Outpost Firewall

2006-07-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3822741 By: studioakne I have the known problem with code completion (it freezes my Eclipse). It is caused by Outpost Firewall which blocks something but I don't know what. I have added python.exe to Trusted

[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3822986 By: fabioz Oops, sorry, I said debugger, but I meant firewall there... so, have you tried it with your firewall completely disabled

[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3822997 By: studioakne Yes, I have. With the firewall disabled everything works fine. Best regards. s. __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3823019 By: fabioz Well, the ports pydev uses 2 ports for code-completion, one in the range from 5-55000 and another from 55001-6, connecting at 127.0.0.1, so, if you have both, java and python able

[Pydev-users] [pydev - Users] RE: Problem wit Outpost Firewall

2006-07-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3823145 By: studioakne I have enabled this range of ports for local connections of java and python with no success. It seems that something else is blocked in the background. I think the problem

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3824822 By: xsaero00 I have the pyhton path configured correctly. The source forlder in in the PyhtonPath. __ You are receiving this email

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825054 By: drmaples can you post the code you are trying to run as unit test. __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825327 By: xsaero00 Unit Test Code: import unittest from Packages.Utilities.validate import * class validateTest( unittest.TestCase ): Class to test validation functions def testIsLargeID(self

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825915 By: drmaples code seems ok, but try this: pydev 1.2.1 and below has a bug where some errors are silently ignored and 0 tests are reported as running. check that you do not have any syntax errors

[Pydev-users] [pydev - Users] Comment colour in pydev

2006-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3828741 By: jxb Newbie question - How can I change the colour used to display comments in python scripts in eclipse(3.1.2 python 2.4)? Thanks John

[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3828760 By: fabioz In the preferences: window preferences pydev On earlier versions of pydev, that preferences page was kind of big, so, you might have to stretch it depending on the resolution you're

[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3828762 By: drmaples Window Preferences. click on Pydev in the Appearance color options: change comments to whatever color you want. __ You

[Pydev-users] [pydev - Users] RE: Comment colour in pydev

2006-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3828817 By: jxb Thanks, Fabio, Darrell! I had looked there already but I was expanding the '+' so never saw the top level. Doh... John

[Pydev-users] [pydev - Users] Breakpoints Ignored

2006-07-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3830646 By: djragnaros I've been looking through some of the posts about this issue, but I still haven't found an answer. Whenever I import something that isnt part of the standard python library or a jar

[Pydev-users] [pydev - Users] Unicode problems

2006-07-20 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3830976 By: jec-ca Hi, I installed the newest version of Eclipse (3.2.0) and Pydev (1.2.1) earlier this week, to work on an existing project (currently stored in CVS, in case this matters). Here's my problem

[Pydev-users] [pydev - Users] RE: Breakpoints Ignored

2006-07-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3832093 By: fabioz Well, I remember that issue, but I think it should be closed in later releases... have you tried updating pydev? Cheers, Fabio

  1   2   3   4   5   6   7   8   9   10   >