[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: License Issue (PyDev GPLv3 and not EPL)

2013-03-07 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6896192: That's an error in the header. PyDev should all be EPL. I'll fix it. -- Symantec Endpoint Prote

[Pydev-users] [Please post to StackOverflow with PyDev tag] License Issue (PyDev GPLv3 and not EPL)

2013-03-07 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6896192: We scanned PyDev (3.7.1) and found that one (and only one) file is license under GPLv3 (\plugins\org.python.pydev.core\src\org\python\pydev\core\uiutils\UIUtils. java). There are

[Pydev-users] [Please post to StackOverflow with PyDev tag] Code Assist issue

2013-02-15 Thread SourceForge . net
The following forum message was posted by sorakatzu at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6754756: Hey guys, Ive got a problem with my code assist. if i create a function like this: [code]public function getData($target, $mode='', $type, $displayerror = FALSE) { }[

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Launch Configurations Disappear

2013-02-09 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4589906: I am experiencing the same problem: debug and run configurations of PyDev projects disappear randomly in Eclipse. The configurations are still stored somewhere, since creating

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Error configuring Python 2.7.3 interpreter fo

2013-01-29 Thread SourceForge . net
The following forum message was posted by riite at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6617728: I can confirm the same behavior with current Aptana Studio 3 and Eclipse 4.2 + PyDev. It seems to happen if the path to the running Eclipse/Aptana instance contains the '&'

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Eclipse path variables problem

2013-01-24 Thread SourceForge . net
The following forum message was posted by mitchellrj at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3822328: I've submitted a pull request to add this feature here: https://github.com/aptana/Pydev/pull/44 ---

[Pydev-users] [Please post to StackOverflow with PyDev tag] Error configuring Python 2.7.3 interpreter fo

2013-01-14 Thread SourceForge . net
The following forum message was posted by pdubs1 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6617728: I am trying to configure python (2.7.3) interpreter for pydev plugin in eclipse 4.2 on OSX Lion, but getting an error saying 'org.xml.sax.SAXParseException: The entity name

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: No editor descriptor

2013-01-05 Thread SourceForge . net
The following forum message was posted by jesuisneo07 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3819274: The revert button helped me, thanks. -- Master Visual Studio, SharePoint, SQL, ASP.NET, C#

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: wxPython in PyDev

2013-01-04 Thread SourceForge . net
The following forum message was posted by seraph021724 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3534308: I used 'from wx import Frame' instead of 'import wx' ,so I have to use Frame instead of wx.Frame. Although this way is not suggested, it works well.

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: PyDev Incorrectly Compiled

2012-12-30 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4362438: Please share, I am making the same mistake and I don't know what it is. I get one run when I kill Eclipse and restart it, but then it gives me the same message. Thanks. -S -

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: PyDev Incorrectly Compiled

2012-12-30 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4362438: What was your mistake, I am making the same one, but seem to not know it, please share. Thanks. -S

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: wxPython in PyDev

2012-12-24 Thread SourceForge . net
The following forum message was posted by seraph021724 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3534308: just like what prof7bit said in 5 ,I also tryed everything he list. A little difference with him is that even I removed wx from forced builtin list, workless. Now I

[Pydev-users] [Please post to StackOverflow with PyDev tag] PyDev on mac refuses to recognise any library

2012-12-17 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6490439: Hi I am after some help please. I have installed PyDev on Lion. I setup the python interpreter (Both by choosing auto config and setup by hand) and it seems to work to some deg

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Eclipse pydev under Win 8 (64bit)

2012-12-17 Thread SourceForge . net
The following forum message was posted by peter_balazovic at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6487442: [img]https://dl.dropbox.com/u/67254549/Untitled%201.png[/img] -- LogMeIn Rescue: Anywh

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Eclipse pydev under Win 8 (64bit)

2012-12-17 Thread SourceForge . net
The following forum message was posted by peter_balazovic at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6487442: [img]https://dl.dropbox.com/u/67254549/Untitled%201.pdf[/img] -- LogMeIn Rescue: Anywh

[Pydev-users] [Please post to StackOverflow with PyDev tag] Eclipse pydev under Win 8 (64bit)

2012-12-17 Thread SourceForge . net
The following forum message was posted by peter_balazovic at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6487442: Hello, I am using pydev (latest 2.7.0) with Eclipse. It can run python script but next to the math command there is an error sing even if the syntax is correct ,

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: My collected complaints about Pydev

2012-12-17 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/446: I realize this thread is old (well ancient really) but I was bored a while back and wanted to learn about eclipse plugins, so in search of a project I created a plugin, [url=http

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Launch Configurations Disappear

2012-12-12 Thread SourceForge . net
The following forum message was posted by tsemple at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4589906: I am experiencing a variation of this problem. In my case it applies only to one of my PyDev projects. I can fill out a launch configuration and use it successfully one ti

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: sys.registry undefined variable

2012-11-27 Thread SourceForge . net
The following forum message was posted by richkatz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4429027: I have the same issue with PyDev (not related to Jython). I have import lxml.etree and I get "Undefined variable from import: tostring" I'm using Python 2.7 using:

[Pydev-users] [Please post to StackOverflow with PyDev tag] Error in HTML file with php code inside

2012-10-30 Thread SourceForge . net
The following forum message was posted by jemz24 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6091997: Hi, I am having problem in aptana studio 3,in my html file i put php code but it always says tha "<" missing '>' for end of tag it's pointing in this php code [code][/code

[Pydev-users] [Please post to StackOverflow with PyDev tag] Two aptana instanses opened

2012-10-21 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6049740: How can I open two aptana instances? I am using ubuntu 12.04 -- Everyone hates slow websites. So do w

[Pydev-users] [Please post to StackOverflow with PyDev tag] Debug problem

2012-10-10 Thread SourceForge . net
The following forum message was posted by iryna-pydev at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5994522: Hi I am trying to debug my code with Eclipse and PyDev. The only thing that I get is that Eclipse is just hunging on breakpoint, it doesn't point to the corresponding

[Pydev-users] [Please post to StackOverflow with PyDev tag] Opened file location

2012-09-19 Thread SourceForge . net
The following forum message was posted by palwinder374 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5787609: Aptana does not browse the currently opened file location. Suppose, you have already opened a file in Aptana Studio and then you go to File > Open file then it does n

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: pydev fails to accomodate bottle framework

2012-09-05 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5624906: This forum is no longer tracked (see title). For your issue, please create a bug report at: https://jira.appcelerator.org/browse/APSTUD/component/10710 --

[Pydev-users] [Please post to StackOverflow with PyDev tag] pydev fails to accomodate bottle framework

2012-09-05 Thread SourceForge . net
The following forum message was posted by texacote at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5624906: I am unsuccessful in my effort to make an extremely simple example of the bottle framework work within PyDev, but I am able to make the same example, same file, operate

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: lxml (and others) generate import errors

2012-08-12 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3723753: I had the same issue using PyDev 2.6 for Eclipse. I solved it by building lxml from sources, then building a egg, and then copying the egg into dist-packages folder; but I think

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Projects

2012-08-11 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5515898: This forum is no longer tracked. Please post to stackoverflow with a 'pydev' tag. Cheers, Fabio p.s.: you may want to take a look at the faq for your problem: http://ww

[Pydev-users] [Please post to StackOverflow with PyDev tag] Projects

2012-08-11 Thread SourceForge . net
The following forum message was posted by lasac at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5515898: I'm not getting the idea of projects. I am used to the dreamweaver setup. So i just create a project and work with the files. When i try to create a Aptana project it dumps

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: pydev project creation impossible

2012-07-06 Thread SourceForge . net
The following forum message was posted by tmid2004 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/1910986: Andreas, I am having same issue - were you able to figure out the solution for this issue? Thanks Bass -

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Can't install PyDev for Eclipse Indigo

2012-06-25 Thread SourceForge . net
The following forum message was posted by birdy40 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739574: I also had some problems with the installation of the PyDev plugin for Eclipse; but, finally found a solution. For 32- and 64-bit PC platforms: * Ubuntu 12.04 and Windows

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Can't install PyDev for Eclipse Indigo

2012-06-07 Thread SourceForge . net
The following forum message was posted by jesusgarcia at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739574: Hi. Check you firewall, proxy, etc. Possibly any block this update link -- Live Security

[Pydev-users] [Please post to StackOverflow with PyDev tag] Update PyDev error in Eclipse 3.7.2

2012-05-17 Thread SourceForge . net
The following forum message was posted by daimonkorn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5283792: No repository found at http://easystruts.sourceforge.net/. -- Live Security Virtual Confere

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: pydev makes python.exe crash

2012-05-14 Thread SourceForge . net
The following forum message was posted by bastif at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4548534: hey guys, after some searching I found the solution: Eclipse or PyDev adds some environment variables. Apparently Abaqus crashes if 'PYTHONIOENCODING' is set. So I just re

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Links in traceback open files in a new editor

2012-04-26 Thread SourceForge . net
The following forum message was posted by youhua6 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4944962: Supra Shoes,[url=http://www.cheapsuprafootwear4sale.com/]cheap supra footwear[/url] created in Usa,California,[url=http://www.cheapsuprafootwear4sale.com/]supra shoes[/ur

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Links in traceback open files in a new editor

2012-04-26 Thread SourceForge . net
The following forum message was posted by youhua6 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4944962: Christian louboutin shoes [url=http://www.redbottomheelsshop.com/Christian-Louboutin-Calypso-Pumps-Black-R ed-cxv-45.html]christian louboutin calypso pumps black[/url] are

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Links in traceback open files in a new editor

2012-04-26 Thread SourceForge . net
The following forum message was posted by youhua6 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4944962: The red soles [url=http://www.cheapredsoleshoessale.com/Christian-Louboutin-Dafs ling-160mm-Glitter-Slingbacks-Black-cxv-651.html]Christian Louboutin Dafsling 160mm[/url]

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Ignore search results from build catalog?

2012-04-23 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4863807: this also happens with the Globals Browser. It also shows entries from the build directory. Has a feature request been added so far? ---

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: PyDev: 'False' and others tagged as un...

2012-04-18 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5205375: Hi Ken, This forum is no longer tracked. Please ask at stackoverflow (with a pydev tag). Also, please include in your question if you have anything in your error log...

[Pydev-users] [Please post to StackOverflow with PyDev tag] PyDev: 'False' and others tagged as un...

2012-04-18 Thread SourceForge . net
The following forum message was posted by loafman at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5205375: False, isinstance, list, int, setattr, range, and many others are being tagged as undefined. I have run both of the interpreter updates: - Window / Preferences / Interpr

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Error creating Django project - settings.py

2012-04-12 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643: Just to note, this is fixed in the latest PyDev (2.5.0). p.s.: please post questions to stackoverflow.com as this forum is now closed. ---

[Pydev-users] [Please post to StackOverflow with PyDev tag] Error creating Django project - settings.py

2012-03-31 Thread SourceForge . net
The following forum message was posted by rpiaget at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643: Hi, I saw a post like this from January, but it doesn't seem to have been resolved. I am using Django 1.4 final and current (I think) versions of PyDev (2.4) and Eclipse

[Pydev-users] [Please post to StackOverflow with PyDev tag] Update Eclipse in Aptana 3.0 standalone

2012-03-18 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5124509: Hi. I was trying to install some Eclipse plugin and I can't do that with my current version of Eclipse. I should update it. How can I do that in standalone Aptana Studio? --

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: wxPython in PyDev

2012-03-11 Thread SourceForge . net
The following forum message was posted by magichaoo at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3534308: I think you can remove your python interpreter first (preference -> Interpreter - Python ), then add it back to you IDE again,it will refresh your system libs . good l

[Pydev-users] [Please post to StackOverflow with PyDev tag] Colors of GIT shortcuts

2012-03-10 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5106379: Hi. Where can I modify colors of this box with git commands in the right bottom corner? http://ciemborowicz.pl/pub/aptana.png --

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Error while installing Pydev through Eclipse

2012-03-03 Thread SourceForge . net
The following forum message was posted by pratzz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4525708: Hi, I am having another issue while going through the above process, this time instead of the Unable to Connect to the repository, it just displays Pending and nothing el

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: breakpoints do not work

2012-02-28 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5074540: Please post the same question to stackoverflow with a PyDev tag (this forum is now deprecated). Cheers, Fabio ---

[Pydev-users] [Please post to StackOverflow with PyDev tag] breakpoints do not work

2012-02-28 Thread SourceForge . net
The following forum message was posted by farcat at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5074540: i am working on a project using sqlalchemy 0.7, unittest, eclipse 3.7.2 and pydev 1.4. I am setting breakpoints in python files (unit test files), but they are completely i

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: StackOverflowError while changing PYTHONPATH

2012-02-18 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3893146: I still can't reproduce with those instructions... can you create a bug report and attach a sample project where that happens? Cheers, Fabio

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: StackOverflowError while changing PYTHONPATH

2012-02-17 Thread SourceForge . net
The following forum message was posted by johnnymta at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3893146: It has been a while, but I think this bug still happens. It happens when you add two folders that one is a subdir of the other to the project's PYTHONPATH. ---

[Pydev-users] [Please post to StackOverflow with PyDev tag] "Open With PyDev" gone from ...

2012-02-17 Thread SourceForge . net
The following forum message was posted by rick-r at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5044108: I just installed Eclipse 3.7.1 (64-bit) and PyDev 2.4.0.2012020116 on a new PC (Windows 7 64-bit). I've used PyDev for quite a long time, and have grown accustomed to havin

[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: Can't run test with Run As -> Python...

2012-02-13 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5010704: Hi Henrik, This forum is now disabled and kept alive only for history searching. Please post to StackOverflow with a 'pydev' tag instead. Cheers, Fabio

[Pydev-users] [Please post to StackOverflow with PyDev tag] Can't run test with Run As -> Python...

2012-02-10 Thread SourceForge . net
The following forum message was posted by clondike at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5010704: Hello! I am trying to run a unit test by using Run As -> Python unit-test. The problem is I get the following error: pydev debugger: starting Warning: Could not import

[Pydev-users] [Users] RE: PyUnit view not engaging?

2012-02-08 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5005372: Bugs for now should still be reported in sf (although they'll probably be migrated to the appcelerator jira soon), as for questions (or things you're not sure are bugs), I

[Pydev-users] [Users] RE: PyUnit view not engaging?

2012-02-08 Thread SourceForge . net
The following forum message was posted by rikbelew at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5005372: Fabio, 2 for 2: i had not appreciated the blue/red X's were a button, and indeed the timings were scrolled off to the right. sorry for being so thick, and thanks for

[Pydev-users] [Users] RE: PyUnit view not engaging?

2012-02-08 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5005372: Regarding the errors/successes, the first button in the toolbar will enable the option to show only failures or show failures/sucesses... Regarding times, I'm a bit unsure,

[Pydev-users] [Users] PyUnit view not engaging?

2012-02-07 Thread SourceForge . net
The following forum message was posted by rikbelew at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5005372: [this pertains to Eclipse Helios, PyDev 1.6.5] i have confiured a PyUnit run, but it doesn't seem to display all the nice stuff shown in your image ([url=http://pydev.o

[Pydev-users] [Users] RE: Error connecting to python process

2012-02-07 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4945301: I also encountered a similar problem trying to get autocompletion going in PyDev 2.4.0 + Jython 2.5.2. My error was: [code]java.lang.RuntimeException: Error connecting to python

[Pydev-users] [Users] RE: Mac OS X - Interpreter

2012-02-06 Thread SourceForge . net
The following forum message was posted by vdrummer2 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4993270: Never mind, problem solved. It works when I define a turtle instance first. -- Try before yo

[Pydev-users] [Users] RE: Mac OS X - Interpreter

2012-02-06 Thread SourceForge . net
The following forum message was posted by vdrummer2 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4993270: Thanks for your reply. I downloaded the 2.7 version from python.org and it works now. There is one more issue though: When I write the following "program" [code] from

[Pydev-users] [Users] RE: PyDev 2.2.4

2012-02-02 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4992260: Unfortunately I have no idea why this is happening... which other plugins do you have installed? Have you tried again at a later time? (it could be that for some reason the

[Pydev-users] [Users] RE: Mac OS X - Interpreter

2012-02-02 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4993270: Ideally, if you don't want to worry about it download a python version for Mac OS from python.org and use that one instead of the default one installed in the system (becau

[Pydev-users] [Users] Mac OS X - Interpreter

2012-02-02 Thread SourceForge . net
The following forum message was posted by vdrummer2 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4993270: Hi, first of all, I'm completely new to Python. On the PyDev website, it says: "IMPORTANT for Mac users: [...] If you don't want to use a different interpreter, get the

[Pydev-users] [Users] PyDev 2.2.4

2012-02-02 Thread SourceForge . net
The following forum message was posted by eraonel at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4992260: Hi, I tried upgradning PyDev update site at: http://update-production-pydev.s3.amazonaws.com/pydev/updates/site.xml to 2.4.0.2012020116. The eclipse log only shows:

[Pydev-users] [Users] RE: Command Shell Terminates

2012-01-29 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Regarding SAGE: I'd advise to ask at stackoverflow (actually, I'm in the process of changing the pydev homepage to say that the preferred place to ask for questions is sta

[Pydev-users] [Users] RE: Command Shell Terminates

2012-01-29 Thread SourceForge . net
The following forum message was posted by bjebn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Ah actually that solved the problem... in the interactive console window i had changed some settings to use SAGE that I never got to run within the Eclipse environment. Sett

[Pydev-users] [Users] RE: Command Shell Terminates

2012-01-29 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Are you using the interactive console? (http://pydev.org/manual_adv_interactive_console.html) Cheers, Fabio -

[Pydev-users] [Users] RE: Command Shell Terminates

2012-01-28 Thread SourceForge . net
The following forum message was posted by bjebn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Some additional information - im trying to use this code import graphics from graphics import * win =graphics.GraphWin() pt = Point(100,500) pt.draw(win) it executes and

[Pydev-users] [Users] Command Shell Terminates

2012-01-28 Thread SourceForge . net
The following forum message was posted by bjebn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4980049: Hi Everyone, I am trying to execute commands from the command shell window within eclipse pydev. However, as soon as a i run a program it simply runs it and then terminate

[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

2012-01-27 Thread SourceForge . net
The following forum message was posted by aikiman007 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: Thanks for that, it looks very promising I will check it out. -- Try before you buy = See o

[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

2012-01-27 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: Take a look at: http://stackoverflow.com/questions/603785/environment-variables-in-mac-os-x --

[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

2012-01-26 Thread SourceForge . net
The following forum message was posted by aikiman007 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: Its just a matter of finding out how to find the PYTHONHOME variable and changing it. I guess Ill keep looking, I think its something that should be done in a shell se

[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

2012-01-25 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4874783: Thanks for answering. >From time to time I go through all Pylint's warnings and check code to see what I can do to remove them. It's good there's PEP8 integration

[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

2012-01-25 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443: Fabio, Ok, I will give it a try. I have spent a little time trying to debug the issues but I wasn't able to get to the bottom of them. Some of the exceptions seem to occur eve

[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443: Hi Brian, I must say that I'm pretty short on time to do that integration... but I can help in guiding you if you'd be willing to fork PyDev in github to add those changes

[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

2012-01-25 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443: Fabio, Reason I want to use the embedded Jython is because we have created a number of Eclipse plugins and all of our project data resides in the plugins. It is very convenient

[Pydev-users] [Users] RE: Select tests to run dialog - is it new?

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4960568: Definitely not new... by the git logs, it was added in 06/2009 (not sure which version was that though)... Why the curiosity? Cheers, Fabio -

[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4874783: Yes, I think that there are improvements needed to make PyLint have a better integration in PyDev... (I must say I'm not giving a high priority for that because with the pe

[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: If it's exactly the same problem, take a look at your PYTHONHOME environment variable and change it as needed (if it's not, please post the actual error you're having). Ch

[Pydev-users] [Users] RE: Get a linkable format

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970178: Answered you at: http://stackoverflow.com/a/9005845/110451 Cheers, Fabio -- Keep Your Develop

[Pydev-users] [Users] RE: Support for Jython 2.5.2 embedded

2012-01-25 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443: There are no plans to upgrade the internal Jython version -- on the contrary, there are plans to stick with the current Jython for a long, long time... details at: http://

[Pydev-users] [Users] Support for Jython 2.5.2 embedded

2012-01-24 Thread SourceForge . net
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970443: Hello, Are there any plans to support Jython 2.5.2 in the embedded Jython interpreter console (I'm talking about the version that comes with Pydev plugins and is used when you s

[Pydev-users] [Users] Get a linkable format

2012-01-24 Thread SourceForge . net
The following forum message was posted by andreacrotti at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970178: My problem is already more or less described here: http://stackoverflow.com/questions/8836655/parsable-and-linkable-format-for-ecli pse So I'm writing some internal

[Pydev-users] [Users] RE: Python Interpreter Error with PyDev

2012-01-22 Thread SourceForge . net
The following forum message was posted by aikiman007 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: Im having the same problem I believe but Im using OSX on the mac. Does anyone have any idea as to which files I can change to get this working? Many thanks --

[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

2012-01-20 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4874783: [quote]I think that changing the way PyDev runs pylint (specifying interpreter's name before path to pylint script) would solve this problem.[/quote] Fabio, what

[Pydev-users] [Users] Select tests to run dialog - is it new?

2012-01-20 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4960568: Is the dialog window titled PyDev: Select tests to run shown after CTRL+F9 something new? ---

[Pydev-users] [Users] many undefined variable errors

2012-01-17 Thread SourceForge . net
The following forum message was posted by hombre11 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4954138: hello, I just firstly use eclipse in my mac platform. And once I write python program, there are many undefined variable errors. But I can run it all right. sample:

[Pydev-users] [Users] PyDev Code Analysis Stopped Working

2012-01-17 Thread SourceForge . net
The following forum message was posted by jules43 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4952793: I am working on a project with three coders, all using Eclipse and PyDev to work on a shared SVN repository. All three of us were successfully using PyDev Code Analysis t

[Pydev-users] [Users] Embeded pydev in eclipse RCP app

2012-01-17 Thread SourceForge . net
The following forum message was posted by rmatteoda at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4952338: I am developing an eclipse RCP application and I want to use PyDev to edit/run python scripts inside the application. I also need to get PyDev\'s interactive console t

[Pydev-users] [Users] Error connecting to python process

2012-01-13 Thread SourceForge . net
The following forum message was posted by maerrie at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4945301: Hello there, I got a problem with the Codecompletion. It freezes for some time and after that I get sometimes (not after every try) the following error: Error connecting

[Pydev-users] [Users] RE: Links in traceback open files in a new editor

2012-01-13 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4944962: Please report a bug... Also, please add a screenshot and if possible attach a sample project where I can reproduce this (I must say I just tested here and wasn't able to re

[Pydev-users] [Users] Links in traceback open files in a new editor

2012-01-13 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4944962: After clicking one of links in the traceback in the console view the module which link leads to is being opened in a new editor even if it's already opened. I thin

[Pydev-users] [Users] gevent makes PyDev test runner dysfunctional

2012-01-12 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4943837: Hi! It seems using socket module patched by gevent lib makes PyDev test runner dysfunctional. PyDev test runner uses xmlrpclib (which in turn uses httplib, whic

[Pydev-users] [Users] RE: java.lang.RuntimeException: PyLint ERROR:

2012-01-12 Thread SourceForge . net
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4874783: Any comments on this? -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Re

[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?

2012-01-12 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: It is possible to use that existing location directly in PyDev. See: http://pydev.org/faq.html#how_do_i_import_existing_projects_sources_into_pyd Cheers, Fabio -

[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?

2012-01-12 Thread SourceForge . net
The following forum message was posted by px-seven at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: Hello Fabio, and thank you for the reply. I tested what you suggested, and it worked fine if you put the exact (leaf) source folder into the python path. The problem is

[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?

2012-01-11 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: You can do that provided you do the following: Let's say you have your workspace at: ~/proj/test_workspace/ And create a new project in eclipse at: ~/proj/test_workspace/

[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?

2012-01-11 Thread SourceForge . net
The following forum message was posted by px-seven at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: I am not sure I quite follow you there Fabio, but let me explain more exactly the setup: I have an Eclipse project at say ~/proj/test_workspace/ I then have soure code

[Pydev-users] [Users] RE: Bug in Hover Name-Resolution?

2012-01-11 Thread SourceForge . net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: It only works if set the same folder you used to create the link as a source folder (otherwise this is expected: PyDev doesn't support links in other places). Cheers, Fab

[Pydev-users] [Users] Bug in Hover Name-Resolution?

2012-01-11 Thread SourceForge . net
The following forum message was posted by px-seven at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4941441: Hello All, I am using PyDev 2.3.0 in Eclipse 3.7.1 on Ubuntu 11.10. When I import a file system directory into a source folder, the PyDev hover functionality cannot res

[Pydev-users] [Users] RE: Jython 2.2.1 has a bug in list.sort()

2012-01-10 Thread SourceForge . net
The following forum message was posted by coach8outlet at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4885574: The most incredible knack about the coach bag of [url=http://www.coachoutletonlinetime.com]coach outlet online[/url] is that it would excellently please your minds be

  1   2   3   4   >