[Pydev-users] [pydev - Users] RE: no classes/methods in package explorer?

2007-09-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4501457 By: fabioz That's a bug in the pydev package explorer (please report it in the bug-tracker). All the other things should work correctly, but unfortunately it won't treat the project as a source folder

[Pydev-users] [pydev - Users] RE: Commenting/decommenting code

2007-09-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4501547 By: fabioz Not sure about it -- I'm in Eclipse 3.3 here, but putting 'python' here will correctly show 'Python Comment' and 'Python Uncomment'... But this is one of the areas that Eclipse 3.3 improved

[Pydev-users] [pydev - Users] RE: fileInitializer_missingFileName Error Mes

2007-09-04 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4501549 By: fabioz The site was down in the weekend due to some problems... take a look at the getting started: http://fabioz.com/pydev/manual_101_root.html and see if you have all well configured (if you're

[Pydev-users] [pydev - Users] Code Analysis and undefined attributes

2007-09-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4502000 By: pm13 I use Django Web framework. It defines some attributes and methods in metaclasses - directly and by dispatchers. The second way means that a metaclass sends an message about creating

[Pydev-users] [pydev - Users] RE: Code Analysis and undefined attributes

2007-09-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4502052 By: fabioz Hummm... in 1.3.8 you have to ignore those errors one by one, but in 1.3.9 (still not released -- should be out next week), you should be able to put in the class docstring the annotation

[Pydev-users] [pydev - Users] error registrering Jython interpreter Eclips

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4503926 By: nocturna_gr Hi, I am using Eclipse 3.2.1 for Debian AMD64. Trying to register the Jython: * -rwxrwxrwx 1 root root 824577 2006-10-05 09:03 /usr/share/java

[Pydev-users] [pydev - Users] RE: error registrering Jython interpreter Ec

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4503930 By: nocturna_gr Can't fix it with the info provided by the tracker __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: error registrering Jython interpreter Ec

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4504125 By: fabioz Take a look at: http://sourceforge.net/tracker/index.php?func=detailaid=1769574group_id=85796; atid=577329 (for a proposed solution until the next release comes out). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Commenting/decommenting code

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4505226 By: dmitry_kan Well, in fact my question related to comment toggling :) The topic must be looking measleading. Nevertheless, I've tried to map CTRL+/ to Toggle command for Python Editor (Eclipse 3.3

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

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4505616 By: pleopard I have a suite of python code that I have used continually for over a year now. It is all organized into a package named VSTk. I cannot seem to access that package from Pydev though

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

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4505648 By: fabioz You should be setting H:\Codebase\Libraries\Python (the path that should be in your pythonpath), so that you can import VSTK. Cheers, Fabio

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

2007-09-06 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4505652 By: pleopard Excellent, that worked, thanks! __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] Error refactoring class inheriting from set

2007-09-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508044 By: cbonar Hi, I've a class that inherits from the 'set' built-in class : def class Toto( Tutu, set ): def __init__(self): set.__init__(self) When I select the class name 'Toto

[Pydev-users] [pydev - Users] RE: Error refactoring class inheriting from s

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

[Pydev-users] [pydev - Users] RE: Error refactoring class inheriting from s

2007-09-08 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508137 By: askerl This is already reported as bug number 1742784 See: https://sourceforge.net/tracker/index.php?func=detailaid=1742784group_id=85796 atid=577329

[Pydev-users] [pydev - Users] An internal error occured during launching

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508670 By: nocturna_gr Hi, i have pydev on Eclipse 3.2.1 and Debian amd64. When i try to execute a Python script by right-clinking and pressing on Run as - Jython Run, i get An internal error occured during

[Pydev-users] [pydev - Users] RE: Max package depth?

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508743 By: cyberco That happens when you're running python? Yes. Did you put the __init__.py files in each folder? Yes. What I did do was drag and drop folders in the 'package explorer'. But since

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508833 By: fabioz What do you have in your error log? Which pydev version are you using? __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: Max package depth?

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508834 By: fabioz Check if your source folders are correctly configured (a source folder is a folder that will be added to the pythonpath)... See http://fabioz.com/pydev/manual_101_project_conf2.html

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508840 By: nocturna_gr I have Pydev 1.3.8. Where can i find the logs? __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508860 By: nocturna_gr eclipse.buildId=M20060921-0945 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Command-line arguments: -os linux

[Pydev-users] [pydev - Users] RE: Max package depth?

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508973 By: fabioz Have you configured your project as jython? http://fabioz.com/pydev/manual_101_project_conf2.html Cheers, Fabio __ You

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508996 By: nocturna_gr I followed the link you gave and added /usr/share/java/jython2.1.jar in the External Source Folders (and jars if jython) field, after i created a new structured correctly project. I

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4508998 By: nocturna_gr [that message was posted out of order... re-posting sorry] I followed the link you gave and added /usr/share/java/jython2.1.jar in the External Source Folders (and jars if jython

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4509087 By: fabioz Actually, you shouldn't add that jar there... add the jar only in the preferences (window preferences pydev Interpreter - Jython) and in your project properties (project properties

[Pydev-users] [pydev - Users] RE: An internal error occured during launchin

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4509126 By: nocturna_gr Thanks fabioz, did as you suggested and everything works OK now! Confirming... __ You are receiving this email

[Pydev-users] [pydev - Users] RE: Max package depth?

2007-09-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4509400 By: fabioz If you run it from the command line, does it work? __ You are receiving this email because you elected to monitor

[Pydev-users] [pydev - Users] RE: Max package depth?

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4509855 By: cyberco If you run it from the command line, does it work? Nope. The problem turns out to be that the paths of imported JARS and the path to the .py files look similar. Java class Foo resides

[Pydev-users] [pydev - Users] RE: no module named thrading - pycompletionse

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4510295 By: fabioz I think that in window preferences Pydev Interpreter - Jython you don't have the jython-2.1/Lib directory in your pythonpath (the threading.py should be there). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: no module named thrading - pycompletionse

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4510366 By: nocturna_gr I added Lib and Lib-cpython (here is the threading module), both in my projects and in Window-preferences, but no good. Here's the output: Err output: error importing site Traceback

[Pydev-users] [pydev - Users] RE: no module named thrading - pycompletionse

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4510479 By: fabioz Actually, you don't want to add the CPython Lib, but the Jython Lib (it should be there when you installed it). Cheers, Fabio

[Pydev-users] [pydev - Users] RE: no module named thrading - pycompletionse

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4511375 By: nocturna_gr I do not understand which other lib you mean. Could you give me a hint, a path or something? I do not seem to find anything else... Thanks for the help

[Pydev-users] [pydev - Users] Code Complete with Maya Python API

2007-09-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4511825 By: kinetifex Hello, so I'm new to Python and am trying to use pyDev for eclipse to write some python scripts and plugins using the Maya Python API. Everything seems to be set up fine, however I only

[Pydev-users] [pydev - Users] RE: Code Complete with Maya Python API

2007-09-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4512147 By: fabioz Have you tried setting it in the forced builtins: http://www.fabioz.com/pydev/manual_101_interpreter.html Cheers, Fabio

[Pydev-users] [pydev - Users] refactoring - extract method broken

2007-09-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4514550 By: mzim7372 Hi, I recently updated to pydev 1.3.9 from 1.3.7 (I think). Extracting methods from the refactoring menu used to work for me. Now it does not. When I try using it I get the following

[Pydev-users] [pydev - Users] Importing site packages does not work

2007-09-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4515324 By: pngwen I am using pydev and pydev_extensions (which I have purchased) and I cannot get any site_package package to import without error. For example, MySQLdb, django, Image, etc. All error. I

[Pydev-users] [pydev - Users] RE: Importing site packages does not work

2007-09-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4515412 By: fabioz Yeap, I'm here... that's probably not related to the extensions (you probably don't have code-completion for those modules either -- which would work in the open source version). It's

[Pydev-users] [pydev - Users] Bad Indentation warnings in multiline strings

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4516178 By: askerl Hello! I get a Bad Indentation Warning (since upgrading to 1.3.9) in multiline strings: e.g. def foo(): string = bla code() string ident string ident The indentation check should

[Pydev-users] [pydev - Users] RE: Bad Indentation warnings in multiline str

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4516179 By: askerl well... indentation went *poof* replace . with : def foo(): string = bla code() ..string ident ..string ident

[Pydev-users] [pydev - Users] RE: Bad Indentation warnings in multiline str

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4516291 By: fabioz Yes, please file that as a bug. Cheers, Fabio __ You are receiving this email because you elected to monitor this forum

[Pydev-users] [pydev - Users] RE: Importing site packages does not work

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4516532 By: pngwen Pydev is using /usr/bin/python as its interpreter. This is a symlink to /usr/bin/python2.5. The python path that pydev shows is: /usr/lib/python25.zip /usr/lib/python2.5 /usr/lib

[Pydev-users] [pydev - Users] RE: Importing site packages does not work

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4516885 By: pngwen I get one error: eclipse.buildId=I20070625-1500 java.version=1.5.0_11 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments

[Pydev-users] [pydev - Users] RE: Importing site packages does not work

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4517030 By: fabioz Humm... that one is not really related to that... When you run your program from within Eclipse does it run OK? __ You

[Pydev-users] [pydev - Users] RE: refactoring - extract method broken

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4517335 By: mzim7372 oh, yeah, I'm writing python code. __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] RE: Importing site packages does not work

2007-09-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4517417 By: pngwen Yes, they run just fine under eclipse. The only program that thinks there is any problem at all is pydev. Just to see if it was my system, I've tried it on several other linux distros

[Pydev-users] [pydev - Users] Debugger: Interact with interpreter/PyDev bug

2007-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4519861 By: phasevision I am still finding my way around Eclipse and PyDev, but nevertheless am very impressed with the development environment. My previous Python coding experiences have been with the Idle

[Pydev-users] [pydev - Users] RE: Debugger: Interact with interpreter/PyDev

2007-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4519866 By: fabioz The truncating is a bug... (it's already reported at: http://sourceforge.net/tracker/index.php?func=detailaid=1788406group_id=85796; atid=577329) As for interactively using the debugger

[Pydev-users] [pydev - Users] RE: Debugger: Interact with interpreter/PyDev bug

2007-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4519973 By: phasevision Thanks for your prompt response and helpful comments Fabio, 1. I look forward to seeing the truncation bug resolved in a future release. 2. I wasn't aware of the PyDev Extentions

[Pydev-users] [pydev - Users] Pydev TASK

2007-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4520308 By: magnetik Hello, First, here is my configuration : * Pydev 1.3.9 * Eclipse 3.2 * Pydev project, with Pydev builder enabled, and autobuild. I've added : #TODO: blabla to my code, but the Task

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

2007-09-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4520335 By: fabioz Have you already checked: http://pydev.sourceforge.net/tasks.html (mainly the part about having the files under the project pythonpath)? Cheers, Fabio

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

2007-09-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4520664 By: magnetik It was the problem, thanks ! __ You are receiving this email because you elected to monitor this forum. To stop

[Pydev-users] [pydev - Users] 'len' is not recognized as built-in name

2007-09-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4526648 By: marc_scruples This is kind of wacky, but the editor isn't recognizing 'len' as a name. It seems to know all of the other built-in functions. 'len' does not appear in any form in the 'Globals

[Pydev-users] [pydev - Users] RE: 'len' is not recognized as built-in name

2007-09-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4526708 By: fabioz Builtins don't appear in the 'Globals Browser', so, that would be ok... now, it should be there in the code-analysis... do you have some error in your error log? Cheers, Fabio

[Pydev-users] [pydev - Users] Pydev does not resolve all directories

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533760 By: thuse Hi, I'm using pydev on Ubuntu Feisty. My problem is that some packages (Twisted mainly) that are installed (from .debs) are not found by pydev and thus do not work with code completion

[Pydev-users] [pydev - Users] RE: ImportError: no module named importsTippe

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533856 By: fabioz That seems like there's something wrong in how pydev was packaged in the RCP installation... Is the file importsTipper.py at: eclipse\plugins\org.python.pydev_XXX\PySrc ? Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Pydev does not resolve all directories

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533865 By: fabioz Seems to be the same problem faced at: https://sourceforge.net/forum/forum.php?thread_id=1822433forum_id=293649 Basically, pydev follows the symlinks but is unable to match them against

[Pydev-users] [pydev - Users] RE: ImportError: no module named importsTippe

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533867 By: febian Hi Fabio, Yes the file is in the PySrc inside org.python.pydev_1.3.9.jar. But the directory structure is not as mentioned.. under webstart mode the directory structure is destroyed

[Pydev-users] [pydev - Users] RE: Remote Debugger: breakpoints don't work

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533884 By: fabioz This happens because pydev doesn't currently map files correctly from one to the other... you can currently only manually fix that by making the needed changes from the paths from your

[Pydev-users] [pydev - Users] RE: ImportError: no module named importsTippe

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533893 By: fabioz Well... I'm not sure how bundle-related things resolve in RCP, but pydev tries to find /PySrc/ relatively to the pydev bundle (and things cannot be zipped... they must be expanded in your

[Pydev-users] [pydev - Users] RE: Pydev does not resolve all directories

2007-09-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4533905 By: thuse Ah, ok. Looking forward to the next release then :-) Thanks for the quick reply. kind regards, Tarjei __ You

[Pydev-users] [pydev - Users] RE: helpin debug mode strings are cut

2007-09-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4538015 By: fabioz Not currently... there's a bug for that already at: https://sourceforge.net/tracker/index.php?func=detailaid=1788406group_id=85796 atid=577329 You can as workarounds use pydev extensions

[Pydev-users] [pydev - Users] Solution / explanation

2007-09-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4538613 By: cyberco can be found here (in the jython forum): http://sourceforge.net/mailarchive/forum.php?thread_name=ca8dfa360709260013g3d58 301eo1e9b66967c35586f%40mail.gmail.comforum_name=jython-users

[Pydev-users] [pydev - Users] Pydev 1.3.9 with Cherrypy3.0.x under Eclipse

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4539941 By: boostpy2005 I have problem by using the newest pydev 1.3.9 if I start debugging under Eclipse because I use psyco too. I have post a message to the group cherrypy. http://groups.google.com/group

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4539950 By: fabioz Is there some stack trace there? What happens wrong? (I didn't get what was the error from the description) __ You

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4540144 By: boostpy2005 Thanks for the reply. the call stack [26/Sep/2007:14:18:01] ENGINE CherryPy shut down Traceback (most recent call last): File C:\Programme\eclipse32\plugins

[Pydev-users] [pydev - Users] RE: refactoring - extract method broken

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4540209 By: mzim7372 Hi I've tried fully removing Eclipse and Pydev from my computer. Then reinstalling both. I still have this error. Any idea what I should try next

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4540287 By: fabioz Try editing org.python.pydev.debug_1.3.9\pysrc\pydevd_constants.py and add to the Null class: def __nonzero__(self): return 0 Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4540764 By: boostpy2005 Thanks. It does not work. We have got a item out of sys.modules.items() k, m =(psyco, Null). according the code segment out of cherrypy module and your definition of class

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4541086 By: fabioz Actually, maybe the Null object can be further configured to respond to things as CherryPy would expect... shouldn't be so hard -- you just have to check which are the actual protocols

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-09-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4541406 By: boostpy2005 Thanks again. I have tested again, where I get the error message. I found that there will be wrong if I use sys.modules because psyco is already paared with Null object

[Pydev-users] [pydev - Users] RE: refactoring - extract method broken

2007-09-28 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4541883 By: mzim7372 I don't seem to have an error log that I can find. I've searched for .log and .metadata. Any suggestions as to where I should look? thanks -Matt

[Pydev-users] [pydev - Users] RE: ImportError: no module named importsTippe

2007-09-30 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4545265 By: febian Hi Fabio, That seems to be the problem. The following error is thrown on auto-complete: Err output: Traceback (innermost last): File C:\Documents and Settings\USER\Application Data\Sun

[Pydev-users] [pydev - Users] RE: Pydev causing Eclipse exceptions?

2007-10-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4549959 By: fabioz Really strange, specially as the traceback doesn't appear to have anything related to pydev... I think you should do the following: report that as a bug in eclipse.org and post the link

[Pydev-users] [pydev - Users] RE: Pydev causing Eclipse exceptions?

2007-10-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4550119 By: lsloan Thank you very much for the quick reply, Fabio. It's great to get support so fast. I'll post a bug report at eclipse.org as you suggest. I haven't tried it with a simpler install

[Pydev-users] [pydev - Users] RE: Pydev 1.3.9 with Cherrypy3.0.x under Ecli

2007-10-03 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4550267 By: odwl Hi, Just to tell that I have the same issue. I had to rollback to 1.3.8 :( I cannot change my organization build system. Will it be solve in the next pydev release? Thanks in advance

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560055 By: askerl If you get loads of errors, check the Python Interpreter and the system PYTHONPATH in Window - Preferences - Pydev - Interpreter It sometimes helps to remove the python.exe and readd

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560057 By: benhdj Just found that on Linux PyDev Extensions didn't exactly work either. I have unresolved import on the line import math Here is some info of my installation (under Python interpreter

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560067 By: benhdj I checked and the relevant .dll seems to be found on my Windows installation too. Here is some info: $ python Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special

[Pydev-users] [pydev - Users] RE: Strange behaviour when debugging os.walk

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560320 By: fabioz Can you please report that as a bug? -- I need to check it better before giving you a better diagnosis about it... Cheers, Fabio

[Pydev-users] [pydev - Users] RE: Debug: only break @ breakpoint in main mo

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560334 By: fabioz Can you give more info on your install? It's windows/linux? Are you using jython or python? Can you give some sample code that reproduces it? Do you have something in your error log

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560619 By: benhdj Thanks - but this happened on Linux as well; see this message http://sourceforge.net/forum/message.php?msg_id=4560057 I had to add math and itertools to the forced builtin libs to get rid

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560737 By: fabioz Humm... in linux the problem has the same effect but has another cause: pydev does not handle symlinks at the current version (this is already fixed in the cvs and should be available

[Pydev-users] [pydev - Users] RE: Debug: only break @ breakpoint in main mo

2007-10-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4560839 By: cyberco jython: 2.2 Problem occurs on both linux (ubuntu) and Windows Vista It turns out that the debugger simply ignores all breakpoints that are not in the main executing module. Sample code

[Pydev-users] [pydev - Users] RE: Debug: only break @ breakpoint in main mo

2007-10-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4561613 By: fabioz Ok... currently the jython debugger is having some problems... I still couldn't make it operate correctly in jython because of a number of bugs in the jython tracing facility

[Pydev-users] [pydev - Users] RE: Missing PyDev Extensions item in Preferen

2007-10-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4561842 By: benhdj Hi Fabio, It's a Fedora Core 6 (x86_64). $ python Python 2.4.4 (#1, Oct 23 2006, 13:58:18) [GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2 Type help, copyright, credits or license

[Pydev-users] [pydev - Users] RE: pydev + pygtk + linux

2007-10-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4563682 By: michaelbaranov @Fabio just tried this... no luck. Any other ideas? Thanks! __ You are receiving this email because you elected

[Pydev-users] [pydev - Users] RE: unresolved import for sqlalchemy

2007-10-12 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4565989 By: jboeuf I forgot to add a step: 2.1 remove and add again your python iterpreter in Preferences - PyDev - Interpreter - Python

[Pydev-users] [pydev - Users] PyDev Remote not opening .py file

2007-10-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4569865 By: ghtdak So, I have a wierd setup. Basically, I'm debugging python code from a plug-in inside gnumeric. So, I need to have code living where they want it... actually, I use a symbolic link to my

[Pydev-users] [pydev - Users] RE: PyDev Remote not opening .py file

2007-10-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4569885 By: fabioz Not really sure... can you debug it setting pydevd_trace=2 in eclipse\plugins\org.python.pydev.debug\pysrc\pydevd_comm.py and paste the output here? Cheers, Fabio

[Pydev-users] [pydev - Users] RE: PyDev Remote not opening .py file

2007-10-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4570172 By: ghtdak here's the dump from the error log... Is this what you're looking for? seems to talk about not finding resources etc... I guess I assumed there would be more python trace stuff. Does

[Pydev-users] [pydev - Users] generating external source paths

2007-10-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4571615 By: dols I'd like to be able to generate the PYTHONPATH for my project on the fly. maven-dependency-plugin provides a way to output such dependencies to a file, for example, and I am hoping for a way

[Pydev-users] [pydev - Users] Code analysis on injected instances

2007-10-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4571670 By: latte Hi, code analysis will mark Log (which is an object instance) as undefined variable: [...] import time import os Log.Write('$ running %s version %s $'%(module, script_version)) [...] Log

[Pydev-users] [pydev - Users] RE: Code analysis on injected instances

2007-10-16 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4571789 By: fabioz Check http://www.fabioz.com/pydev/manual_adv_code_analysis.html#Passing_info_to_ code_analysis Cheers, Fabio __ You

[Pydev-users] [pydev - Users] RE: Refactor scoping: across class bounds?

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

[Pydev-users] [pydev - Users] RE: Code analysis on injected instances

2007-10-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4573518 By: fabioz Hummm... Ok, understood... Actually, it should work when you add it to the preferences as consider the following names as globals. It does work if you just access 'Log' without any

[Pydev-users] [pydev - Users] RE: Code analysis on injected instances

2007-10-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4573719 By: latte Fabio, It's in the preferences and yes it does work with accessing Log directly as in: if Log: pass But not with the attributes as illustrated before. Having that in the next release

[Pydev-users] [pydev - Users] several bugs(?)

2007-10-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4575248 By: cichlasoma hi. i'm quite puzzled with some pydev behaviors. to begin with: 1)the following code s=raw_input(string: ) if s==a: printit's a else:printit isn't a print s.find(a) print s

[Pydev-users] [pydev - Users] RE: several bugs(?)

2007-10-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4575255 By: cichlasoma and a question more: how to persuade python/jython editor to insert real tab characters on the tab key instead of spaces

[Pydev-users] [pydev - Users] RE: several bugs(?)

2007-10-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4575564 By: fabioz window preferences pydev uncheck replace tabs with spaces. Cheers, Fabio __ You are receiving this email because you

[Pydev-users] [pydev - Users] RE: several bugs(?)

2007-10-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4575563 By: fabioz 1) Check the faq: http://pydev.sourceforge.net/faq.html#why_raw_input_input_does_not_work_correctl y 2) That's not really pydev related, but rather Eclipse related (so, you should ask

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