[Pydev-users] [pydev - Users] Creating new Python files in Pydev Explorer

2006-11-21 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4024548 By: dontaylor When I create a new Python file (under a src folder) using Pydev Explorer it does not show up in the Pydev Explorer view. It does show up in the Navigator and the Project Explorer view

[Pydev-users] [pydev - Users] Problem PyDev - run as - python

2006-11-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4024851 By: zpatterson I have installed Eclipse with the goal of using PyDev. I installed everything according to the following site: http://www.afpy.org/Members/tweksteen/InstallerPyDev After installation

[Pydev-users] [pydev - Users] ext: code completion / import insertion

2006-11-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4025462 By: snakecard1 Hi, I had to rebind ctrl+1 to ctrl+ as I'm on an AZERTY keyboard. I insert a call to an undefined object l_obj = SC_ISO_Enc() I get an undefined error. I type Ctrl+ and I get a list

[Pydev-users] [pydev - Users] zope/plone again

2006-11-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032457 By: jehan Hi! I'm learning python in conjunction with zope/plone and I would like to use eclipse/pydev because of it's greate features. The major problem I have is that each time i start a python run

[Pydev-users] [pydev - Users] F3 does not trace to the declaration any more

2006-11-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032781 By: boostpy2005 Hello there, since a few weeks, F3 does not work for me any more, that is, F3 can not go to the declaration if the method is defined in another module! I use Subversion 1.4

[Pydev-users] [pydev - Users] RE: Tasks: displays nothing!

2006-11-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4032817 By: fabioz Do you have the auto build turned on? (check http://www.fabioz.com/pydev/manual_adv_tasks.html) -- this may affect F3, code-completion, etc too Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Tasks: displays nothing!

2006-11-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4033998 By: boostpy2005 Hi Fabio, it is the same, if I use automatically build or not. There is no Tasks to see. As I used pydev the first time, it is simple there without configuration! But now, I can

[Pydev-users] [pydev - Users] RE: F3 does not trace to the declaration any

2006-11-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4034025 By: boostpy2005 It is a problem of project configuration. Because our project is not declared as one package , so I muss configure it with the help of PYTHONPATH ( one can find that under the menu

[Pydev-users] [pydev - Users] unittest import error

2006-11-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4035290 By: curyous I have a package 'UnitTests', containing the following file TestWork.py: import unittest #import StartUp class TestWork(unittest.TestCase): def testOne(self

[Pydev-users] [pydev - Users] RE: Problems Running PyDev

2006-11-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4035429 By: lowjackdesigns Also when I try to double click on the python module I created I get this error in the error log: I probably have made some simple error with install or something so go easy on me

[Pydev-users] [pydev - Users] RE: Tracking down internal error

2006-11-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036370 By: mkearney FYI, I upgraded to 1.2.5. While I am no longer getting the internal error, pydev now only hangs and less frequently, but still mysteriously. Bottom-line the problem is only a minor

[Pydev-users] [pydev - Users] Intermittent hang/termination in debug

2006-11-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4036381 By: mkearney I'm just reporting odd observed behavior with pydev 1.2.5, python 2.5, eclipse 3.2, I observed from console output that my code was not executing to completion. It appeared to hang

[Pydev-users] [pydev - Users] Pydev debugger and atexit handlers

2006-12-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4048709 By: gathmann When running a Python process that registers a custom cleanup callback using the atexit.register facilities of the builtin library under the Pydev debugger, shutdown fails without any

[Pydev-users] [pydev - Users] Python Comment keybinding: unusual problem!

2006-12-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4049068 By: alanfranz Hello, I'm using Eclipse 3.2 with Ubuntu Edgy. Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 (Ubuntu version: 3.2.1-0ubuntu1) I experienced the strange problem I describe belows

[Pydev-users] [pydev - Users] RE: Pydev debugger and atexit handlers

2006-12-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4051342 By: fabioz Hi Oliver, I'm having some trouble duplicating your behaviour... I've tried it with the code below, and it seems to work for me... Also, I think that you should report that in the bug

[Pydev-users] [pydev - Users] RE: Code completion does not work

2006-12-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4051344 By: fabioz Can you report it as a bug? I'm yet to install linux here, but hopefully, I'll be able to install it this month so I can check linux issues better... Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Python Comment keybinding: unusual proble

2006-12-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4051388 By: fabioz Seems something related to the mapping of your keys... it appears that 'Shift' is actually being active when you press 'Ctrl'... I can't say exactly what, but that seems something related

[Pydev-users] [pydev - Users] RE: Using Hard Tabs

2006-12-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4054890 By: mattmc3 Even with this setting changed, if I select text and hit tab or shift+tab to indent or dedent, I get spaces instead of tabs. Is there a way to fix

[Pydev-users] [pydev - Users] RE: Python Comment keybinding: unusual proble

2006-12-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4056231 By: alanfranz Hello, I've just tried the stock eclipse 3.2.1 sdk distribution from eclipse.org, with just pydev (no extensions) installed. I tested back to pydev version 1.2.3, and the problem appears

[Pydev-users] [pydev - Users] RE: Python Comment keybinding: unusual proble

2006-12-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4056707 By: fabioz I still have not reported it -- I was waiting until I was able to install Ubuntu here to test it... so, if you can, please report it there. Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Python Comment keybinding: unusual proble

2006-12-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4061624 By: alanfranz OK, I've reported it. If you happen to install Ubuntu Edgy, please try out this behaviour out a fresh Ubuntu install, and then do an update upgrade. I believe all of this happened after

[Pydev-users] [pydev - Users] RE: Configuring System PYTHONPATH

2006-12-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4061898 By: dontaylor Upon further investigation it seems to be something to do with having my package in a lower-level folder. I moved the contents of D:\pythoncommon\pydispatch to a new top-level folder D

[Pydev-users] [pydev - Users] RE: Configuring System PYTHONPATH

2006-12-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4061959 By: dontaylor Doh! I forgot all about the project PYTHONPATH. Thanks, Don. __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] RE: PyDev config problem - integer input

2006-12-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4076811 By: postalservice14 I have the same problem. Again, it works fine in the command prompt. I am using EasyEclipse for LAMP just FYI. John

[Pydev-users] [pydev - Users] templates not indenting right

2006-12-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4079280 By: nephish lo there all, i have some code templates defined, but i cant seem to find a way to make the auto-indent work with them. for example, if i have a template called frr and the template looks

[Pydev-users] [pydev - Users] Breakpoints on MacOS X

2007-01-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4083531 By: bugmenomore http://www.fabioz.com/pydev/manual_101_run.html says to use Ctrl+F11 and other function key combinations for setting breakpoints and stepping through the code. That doesn't work

[Pydev-users] [pydev - Users] RE: Breakpoints on MacOS X

2007-01-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4084029 By: bugmenomore The point is that none of those keystrokes work on a MacBook Pro. F11 is mapped to Expose, F10 is mapped to the screen brightness control (adding the function key has no effect

[Pydev-users] [pydev - Users] Vertical guideline in the editor

2007-01-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4094244 By: tn1 Is it possible with Pydev or with a Eclipse plugin to show a vertical guideline in the editor ? It's very usefull to indent correctly the code. I think that in Kommodo this function exist

[Pydev-users] [pydev - Users] RE: Vertical guideline in the editor

2007-01-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4095150 By: fabioz You can have a vertical guideline at x columns (in Eclipse it is called print margin) if you enable it at general editors text editors. Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Vertical guideline in the editor

2007-01-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4095553 By: tn1 Ok thanks :) And is it possible to have a vertical guideline for each statements in the code (eg : for, if,) because without guideline for each statments it's hard to indent correctly

[Pydev-users] [pydev - Users] RE: Vertical guideline in the editor

2007-01-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4095610 By: fabioz Not currently. Cheers, Fabio __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: Vertical guideline in the editor

2007-01-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4095652 By: tn1 OK thanks __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login

[Pydev-users] [pydev - Users] RE: templates not indenting right

2007-01-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4099179 By: fabioz Please add a feature request for that. Cheers, Fabio __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: templates not indenting right

2007-01-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4099734 By: nephish well, it's already a feature, but one that either does not work right, or i do not know how to use it right. __ You

[Pydev-users] [pydev - Users] Interpreter for mac os x 10.4

2007-01-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4100872 By: sbuntu I just installed pydev for eclipse and it asks me for INTERPRETER and system PYTHONPATH I search googled but couldnt find it. Please help

[Pydev-users] [pydev - Users] Eoors in opening a cgi/py file

2007-01-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4121607 By: rmonchalin Hi, I have an error each time I open a cgi/py file since I installed the 1.2.6 version. 3 times the same alert : PyEditNotifier (Time of error : Thu Jan etc... ) PyEditNotifier (Time

[Pydev-users] [pydev - Users] RE: pydev and wx weirdness

2007-01-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4122873 By: fabioz Is wx in your 'forced builtins'? (details at http://fabioz.com/pydev/manual_101_interpreter.html) Is your system pythonpath correct? (can you paste it?) Do you have something in your

[Pydev-users] [pydev - Users] Rename refactoring in 1.2.6

2007-01-25 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4122906 By: dontaylor Fabio: Looks really good, thank you very much. One thing, could the preview window have a maximize button and could you maximize the real-estate given over to the comparison when

[Pydev-users] [pydev - Users] RE: pydev and wx weirdness

2007-01-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4124359 By: k0001 well, i kinda fixed that by reinstalling the python interpreter and adding it again in pydev as the interpreter. that did it ok. now everything works like it should

[Pydev-users] [pydev - Users] RE: pydev and wx weirdness

2007-01-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4124752 By: fabioz The force check is: Ctrl+2 C (C for code-analysis). Best Regards, Fabio __ You are receiving this email because you

[Pydev-users] [pydev - Users] setup code completion for a pylons project

2007-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4125225 By: allmigh7y Guys, I installed Pydev and have a pylons project structure, but when I type in the editor: self.c no code completion box appears. I know I have to right-click on the project node

[Pydev-users] [pydev - Users] syntax highlighting w/o filename extension

2007-01-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4125687 By: pedorro Is there a way to get syntax highlighting in files that don't have a filename extension? It's not uncommon for Python files to have no extension but rely on the '#!/usr/bin/python

[Pydev-users] [pydev - Users] RE: can i disable the java perspectives ?

2007-01-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4126543 By: fabioz Hi... I think you can't do that :( You can try opening a bug in Eclipse.org to see if they can implement it... Cheers, Fabio

[Pydev-users] [pydev - Users] RE: PyDev config problem - integer input

2007-01-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4126547 By: fabioz Hummm... can you give some example on what you're trying to achieve? __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: can i disable the java perspectives ?

2007-01-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4126570 By: nephish thanks fabioz, found a better way, i have both perspectives open and just use the quick switch ( ctrl - f8 ) to bounce between ruby and python. by the way, thanks for hammering that bug i

[Pydev-users] [pydev - Users] RE: setup code completion for a pylons projec

2007-01-29 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4128521 By: allmigh7y Fabio/Anyone, Anyone know what I can try in order to fix this issue? It's getting more annoying the more I code :-( /allmigh7y

[Pydev-users] [pydev - Users] RE: setup code completion for a pylons projec

2007-01-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4129517 By: allmigh7y At the root of the Eclipse project titled HelloWorld, is the following structure: settings branches tags trunk .project The 'main' you referred to, is under the following structure

[Pydev-users] [pydev - Users] RE: An extremely Mac specific question

2007-01-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4131648 By: fabioz Yes, should be possible... for details on how to bind an action to a keybinding and using the scripting structure, take a look at: http://www.fabioz.com/pydev

[Pydev-users] [pydev - Users] RE: An extremely Mac specific question

2007-01-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4131807 By: fabioz No, you don't need a jython installation (it will use the jython that comes bundled with pydev in the scripting engine). The problem in your case is that your code is executed in a thread

[Pydev-users] [pydev - Users] RE: An extremely Mac specific question

2007-01-31 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4131862 By: iamroderik Brilliant! Thanks! regards /rune __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] Unable to get python nature

2007-02-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4134356 By: rheimbur I upgraded to PyDev 1.2.6 yesterday, in the editor when I type, for example os. no code completion window appears, when I look at the errors tab, here is the entire message

[Pydev-users] [pydev - Users] RE: Unable to get python nature

2007-02-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4134847 By: rheimbur I resolved it myself by creating a new pydev project and pointing it to my current dev folder. This must be a new feature

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

2007-02-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4139149 By: fabioz Well, there is already a bug report for that: http://sourceforge.net/tracker/index.php?func=detailaid=1650653group_id=85796; atid=577329 you can choose to 'watch' it for news on the subject

[Pydev-users] [pydev - Users] Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4146542 By: schwaebli I use Eclipse 3.2.1 with latest updates and Pydev 1.2.6. and Jython 2.1. I copied the Jython folder into my Pydev Eclipse project folder and in the preferences I reference jython.jar

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4146673 By: schwaebli Edit: I can use code completion in Jython scripts for SDK classes like Math class. But If I try to use code completion for Java classes from another jar file, it does not offer code

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4147876 By: fabioz Pydev actually does the completions for other classes/jar through a jython shell that will import those classes... so, if the import fails, the completion will fail (also, after it imports

[Pydev-users] [pydev - Users] RE: Pydev Extensions - the interactive consol

2007-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4148779 By: fabioz Actually, that is 'forcefully' removed... you can stop doing it if you go into window preferences pydev pydev extensions interactive console and change the 'initial interpreter commands

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4148906 By: schwaebli But it does not build the jython files if the jython folder is outside the Eclipse project folder. I wanted to copy Jython into the Eclipse project and check the whole project into one

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4149098 By: schwaebli I'll give you more details on monday (bug-report). __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: Pydev Extensions - the interactive consol

2007-02-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4149374 By: fabioz Hummm... well, that happens because the input/output in the eclipse shell is not synchronized... I don't think that is really configurable (I have plans on doing a console just for pydev

[Pydev-users] [pydev - Users] RE: setup code completion for a pylons projec

2007-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4150742 By: fabioz Just as a note... I've just fixed that error in the code completion for 1.2.7. Cheers, Fabio __ You are receiving

[Pydev-users] [pydev - Users] RE: Many things don't work, what is wrong?

2007-02-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4153836 By: schwaebli I have now another problem: The code completion which normally comes when you write from com. freezes whole Eclipse for 1 minute. This repeats constantly. Whats wrong

[Pydev-users] [pydev - Users] RE: syntax highlighting doesn't work

2007-02-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4156572 By: fabioz Do you have something in your error log? __ You are receiving this email because you elected to monitor this forum

[Pydev-users] [pydev - Users] RE: syntax highlighting doesn't work

2007-02-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4157333 By: fabioz Which other plugins (aside from pydev and the sdk) do you have installed? __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: syntax highlighting doesn't work

2007-02-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4157948 By: deokar50 No other plugins other than PyDev and the SDK are installed. Wonder what the problem may be. __ You are receiving

[Pydev-users] [pydev - Users] RE: Code folding not working

2007-02-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4158510 By: fabioz Which pydev version have you checked -- there's another report just like yours for 1.2.7, so, it might be worth trying 1.2.6

[Pydev-users] [pydev - Users] RE: syntax highlighting doesn't work

2007-02-14 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4158511 By: fabioz Which OS do you have? Have you tried with 1.2.6 (there's a similar report to yours in ubuntu, so, it may be related

[Pydev-users] [pydev - Users] Use existing Python source?

2007-02-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4160568 By: bde Please forgive my obvious beginner's question, but how do you create a project and point at an existing source directory? The default behavior seems to copy all my files into wherever

[Pydev-users] [pydev - Users] RE: Jython Debug mode step into acts as step

2007-02-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4163393 By: fabioz I just didn't understand 1 thing... you said you have jython 2.1 and python 2.5... what exactly does that mean? Are you using jython 2.1 with the libs from python 2.5? It should work if you

[Pydev-users] [pydev - Users] RE: Jython Debug mode step into acts as step

2007-02-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4164476 By: ashu27a jython 2.1 and python 2.5 refers to the config of the pydev environment. Not using any libs from python in jython. I did create and debug a simple python project with no external java refs

[Pydev-users] [pydev - Users] debugger, timed out

2007-02-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4165711 By: klubko Hello, whenever I run the debugger I get sever timed out for 10 seconds, could not connect to localhost: 1 error. I am using pydev 1.2.7. I am on Fedora 6, using their stock Eclipse

[Pydev-users] [pydev - Users] RE: PyDev python builder

2007-02-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4166083 By: fabioz You should add that as a feature-request... (https://sourceforge.net/tracker/?group_id=85796atid=577332) Cheers, Fabio

[Pydev-users] [pydev - Users] RE: syntax highlighting w/o filename extensio

2007-02-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4166099 By: fabioz You can create a 'builder': right-click your project, choose 'builders', then 'new' 'program'. Point the location to an executable that does what you want -- and in 'build options', you

[Pydev-users] [pydev - Users] I want to contribute!

2007-02-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4166976 By: sri1025 Hi, I want to contribute to PyDT plugin project, but now I am very new to Python and it has been only 3 weeks since I started learning. I would like to contact the main developer(s

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176507 By: fabioz The example below works well for me... which pydev version do you have? class Log: def msg(self): pass def err(self): pass class Archiver: def compress(self

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176546 By: riteshsarraf I'm currently running 1.2.7. I was earlier running 1.2.6. On both I see the same problem. I check everything but still, are there any special settings to be set in pydev ? Thanks

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176575 By: fabioz Can you pass me the exact code in which it is not working? Sometimes code-completion is hard to do in python, because types are not explicit in the language, so, you may be hitting

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176592 By: riteshsarraf Okay!! I have 3 classes defined in a file, foo.py class Log: '''A OOP implementation for logging. warnings is to tackle the warning option verbose is to tackle

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176626 By: riteshsarraf No, The global statement related bug was just one of it. Even if you define a class by inheriting from other base classes, the methods of the base classes aren't available in code

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176638 By: riteshsarraf The methods of the base class. Like if Archiver is a base class and compress is a method of class Archiver: class Archiver: def compress(): class Foo: def bar

[Pydev-users] [pydev - Users] RE: code completion doesn't work for inhrtd c

2007-02-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4176643 By: fabioz Yeap, seems a bug in pydev... I think that it is better as described with: def some_function(): class Starter: def m1(self): pass Starter.|-- ctrl+space

[Pydev-users] [pydev - Users] API Generation Tool

2007-02-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4184797 By: srock258 I have been using EpyDoc (http://epydoc.sourceforge.net/) to generate an API for my source code. It works just fine, but I would prefer to have one built into Eclipse or PyDev. Anybody

[Pydev-users] [pydev - Users] RE: API Generation Tool

2007-02-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4185039 By: dontaylor It is very simple to set epydoc up as an external tool in Eclipse so that you can generate an API document with a single click. I have mine set up this way. Go to Run - External Tools

[Pydev-users] [pydev - Users] PyDEV 1.28 - Can't edit .py documents.

2007-03-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4185879 By: iamroderik Ok, I upgraded to 1.28 Now I can't type in any .py document. Creating and editing .txt, .java or any other document works. For me, this is sort of a show stopper. And, yes - I know I

[Pydev-users] [pydev - Users] RE: PyDEV 1.28 - Can't edit .py documents.

2007-03-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4185896 By: iamroderik Error: Unhandled event loop exception Message: An exception stack trace is not available. Session data: eclipse.buildId=M20060921-0945 java.version=1.5.0_07 java.vendor=Apple Computer

[Pydev-users] [pydev - Users] RE: PyDEV 1.28 - Can't edit .py documents.

2007-03-01 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4186135 By: iamroderik Message: java.lang.ArrayIndexOutOfBoundsException Exception stack trace: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method

[Pydev-users] [pydev - Users] RE: PYTHONPATH Run/DEBUG and project ex. sour

2007-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4187561 By: odwl After changing my workspace it worked. But now when I add some new folders when I click to 'Force restore internal info' 'Apply' or 'OK' I have the following error in a new window: PyDev

[Pydev-users] [pydev - Users] RE: Code Completion Hang

2007-03-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4196358 By: fabioz Take a look at the bug... I've already added some info to it... Cheers, Fabio __ You are receiving this email because

[Pydev-users] [pydev - Users] RE: Pydev Extensions - the interactive consol

2007-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4199561 By: neurosurg Hi Fabio, you wrote: window preferences pydev pydev extensions interactive console but i have only window preferences pydev and nothing like pydev extensions interactive

[Pydev-users] [pydev - Users] RE: Pydev Extensions - the interactive consol

2007-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4199592 By: fabioz Strange... works here... can you report that as a bug? (put the details on your system pythonpath / project pythonpath in the bug -- as well as pydev version and OS) Cheers, Fabio

[Pydev-users] [pydev - Users] nothing works anymore

2007-03-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4200714 By: snakecard HI, Sorry for this one ... but 1) Pydev (+ ext as I bought it) takes forever to do stuff 2) for some reason beyond my understanding, copy and paste from the keyboard works 3 times out

[Pydev-users] [pydev - Users] RE: nothing works anymore

2007-03-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4201135 By: fabioz Not really... you have to get pydev and the extensions (both can be found at the update site: http://www.fabioz.com/pydev/updates) Cheers, Fabio

[Pydev-users] [pydev - Users] RE: nothing works anymore

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202380 By: snakecard OK, I had read somewhere that a pydev package also included the extension ... Anyway 1 and 2 still hold: 1) Pydev (+ ext as I bought it) takes forever to do stuff 2) for some reason

[Pydev-users] [pydev - Users] RE: nothing works anymore

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202452 By: snakecard Fabio, To give you an example, I just did a save just prior to running the application. The CPU went to 100% for more than 1 minute - during that time moving in the pydev menu system did

[Pydev-users] [pydev - Users] Trouble getting started

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202624 By: jimcarroll Hi, I'm on a Mac 10.4 with Eclipse 3.2.2, and I just updated pydev and extensions from the given URLs. I've set my python interpreter to the correct location, and it finds all

[Pydev-users] [pydev - Users] RE: Trouble getting started

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202643 By: jimcarroll My python interpreter is set to: /Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/ MacOS/Python I've also tried setting it to the equivalent of another

[Pydev-users] [pydev - Users] RE: Trouble getting started

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202661 By: lianos Hi Jim, I just recently setup PyDev w/ Eclipse to check out if the IDE power of Eclipse + PyDev can swing me over from Textmate (for big Python projects), I'm not sure how helpful

[Pydev-users] [pydev - Users] RE: Trouble getting started

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202669 By: lianos I don't know if this would make a difference either, but what if you change your Python Interpreter to be: /Library/Frameworks/Python.framework/Versions/2.4/bin/python (or the equivalent

[Pydev-users] [pydev - Users] RE: Trouble getting started

2007-03-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4202821 By: jimcarroll Thanks Steve, It might have just been a matter of having to restart Eclipse, or maybe it was choosing Run, Run As... that did the trick, but it's working much better now. I also

[Pydev-users] [pydev - Users] RE: nothing works anymore

2007-03-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4204227 By: snakecard Hi, None I'm afraid ... what do you suggest I use ? Thanks, Philippe __ You are receiving this email because you

<    1   2   3   4   5   6   7   8   9   10   >