pydev-users Mailing List for PyDev for Eclipse (Page 19)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(4) |
Sep
(3) |
Oct
(1) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
(49) |
May
(123) |
Jun
(162) |
Jul
(96) |
Aug
(59) |
Sep
(69) |
Oct
(73) |
Nov
(71) |
Dec
(29) |
2007 |
Jan
(68) |
Feb
(97) |
Mar
(170) |
Apr
(86) |
May
(78) |
Jun
(62) |
Jul
(114) |
Aug
(71) |
Sep
(145) |
Oct
(107) |
Nov
(43) |
Dec
(41) |
2008 |
Jan
(46) |
Feb
(66) |
Mar
(70) |
Apr
(91) |
May
(119) |
Jun
(104) |
Jul
(92) |
Aug
(83) |
Sep
(68) |
Oct
(146) |
Nov
(76) |
Dec
(70) |
2009 |
Jan
(114) |
Feb
(101) |
Mar
(153) |
Apr
(203) |
May
(85) |
Jun
(100) |
Jul
(109) |
Aug
(93) |
Sep
(48) |
Oct
(2) |
Nov
(1) |
Dec
(15) |
2010 |
Jan
(9) |
Feb
(12) |
Mar
(25) |
Apr
(61) |
May
(107) |
Jun
(75) |
Jul
(76) |
Aug
(91) |
Sep
(100) |
Oct
(46) |
Nov
(47) |
Dec
(28) |
2011 |
Jan
(105) |
Feb
(88) |
Mar
(82) |
Apr
(45) |
May
(46) |
Jun
(76) |
Jul
(73) |
Aug
(77) |
Sep
(53) |
Oct
(65) |
Nov
(58) |
Dec
(57) |
2012 |
Jan
(53) |
Feb
(19) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(12) |
2013 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(1) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(4) |
Jun
(1) |
Jul
(5) |
Aug
(12) |
Sep
|
Oct
(1) |
Nov
|
Dec
(15) |
2016 |
Jan
(16) |
Feb
(7) |
Mar
|
Apr
|
May
(3) |
Jun
(8) |
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
(5) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2011-09-29 10:35:09
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122: Can you post a screenshot and post it somewhere so that I can see how it looks there? (I think anti-aliasing won't make much difference for Arial -- a nice font with anti-aliasing would be Consolas). As for the actual anti-alias, windows itself controls it, so, it should be just a matter of enabling it in the system (search for windows 7 / cleartype... i.e.: http://freewindowsvistatutorials.com/changeFontSmoothingAntiAliasingOptionsInWin dows7-AdjustClearTypeTextSettings.php ) Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-09-29 09:16:40
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731122: Hello. I've just installed Aptana 3, and set my default font to Arial, and now I see that it's aliased. My OS is windows 7 and it supports antialiasing. How can I turn antialiasing on in Aptana 3? |
From: SourceForge.net <no...@so...> - 2011-09-29 08:57:53
|
The following forum message was posted by crsn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4731099: Hi, I'm writing an ncurses application using pydev under linux. When I try to run the program, the eclipse console says [code] self.stdscr = curses.initscr() File "/usr/lib/python2.6/curses/__init__.py", line 33, in initscr fd=_sys.__stdout__.fileno()) _curses.error: setupterm: could not find terminal[/code] I suppose the problem is clearly that (eclipse?) cannot find a right terminal in order to use properly the ncurses. how can I say to ncurses what terminal to use? do I haveto change it via the eclipse IDE? how? the program runs fine outside eclipse thanks! |
From: Daniel S. <dan...@kl...> - 2011-09-28 14:07:41
|
Hi Luiz, Glad it worked out for you, the auto-complete issue wasn't when editing projects using the Remote System Explorer component was it ? Also can anyone chime in what would this make a difference? or that it would make a difference? On Tue, Sep 27, 2011 at 4:35 PM, SourceForge.net <no...@so...> wrote: > The following forum message was posted by luizgarrido at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: > > Hi, I know that this post has no activity for a long time but... > I was having a problem that my Eclipse PyDev autocomplete was not working and > find out that my "C:\Windows\System32\drivers\etc\hosts" was the problem. So > if anyone tried everything like me, I had to remove a line that I was using > there to solve the problem. The line was pointing the localhost address to another > place on my network (10.0.1.31 localhost). Removing that line, made localhost > work like it should and the problem with PyDev Autocomplete was fixed. > > Thanks! > Luiz Garrido > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > -- Daniel Sokolowski KL Insight http://klinsight.com/ Tel: 613-344-2116 | Fax: 613.634.7029 993 Princess Street, Suite 202 Kingston, ON K7L 1H3, Canada Notice of Confidentiality: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review re-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error please contact the sender immediately by return electronic transmission and then immediately delete this transmission including all attachments without copying distributing or disclosing same. |
From: SourceForge.net <no...@so...> - 2011-09-27 20:35:40
|
The following forum message was posted by luizgarrido at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4360661: Hi, I know that this post has no activity for a long time but... I was having a problem that my Eclipse PyDev autocomplete was not working and find out that my "C:\Windows\System32\drivers\etc\hosts" was the problem. So if anyone tried everything like me, I had to remove a line that I was using there to solve the problem. The line was pointing the localhost address to another place on my network (10.0.1.31 localhost). Removing that line, made localhost work like it should and the problem with PyDev Autocomplete was fixed. Thanks! Luiz Garrido |
From: SourceForge.net <no...@so...> - 2011-09-25 23:13:29
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4723992: If you have it as a .zip file, can you try getting the latest nightly build to see if it works for you (there's a bug dealing with zip files in the current version). Note that you may have to reconfigure your interpreter after getting the latest nightly. Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-09-25 08:42:12
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4723992: Hi, I use pydev with eclipse 3.6 linux x86-64 (opensuse 11.4). I added django_smart_selects_1.0.4 to system PYTHONATH via pyDev Python Interpreter then Apply. After restart the eclipse django_smart_selects_1.0.4 eggs is still in PYTHONATH but eclipse dont handles or autocompletes django_smart_selects_1.0.4 library, gives warning. e.g : from smart_selects.db_fields import ChainedForeignKey But code is running well. Drop eggs then add again solve the problem in active session. After the restarting eclipse problem repeate. pydev version : (2.2.2.2011082312) Please help. |
From: SourceForge.net <no...@so...> - 2011-09-23 07:36:46
|
The following forum message was posted by vimest at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4721084: like this page: [img]http://vimest.github.com/q1.jpg[/img] [img]http://vimest.github.com/q2.jpg[/img] |
From: Raffi K. <rkh...@ap...> - 2011-09-19 18:10:18
|
My python script is executed via the -m flag: python -m MyPythonModule.MyPhythonModule command_line_arg1 command_line_arg2 However, I can't seem to get to this to work in Eclipse using the run configuration. Using that tool, it seems I always need to specify a .py file to run. Is there a way I can configure the run configuration tool to run my script with the -m flag similar to the above? |
From: SourceForge.net <no...@so...> - 2011-09-19 04:14:53
|
The following forum message was posted by ybotspawn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4714212: nevermind it's late and im an idiot, sorry everyone |
From: SourceForge.net <no...@so...> - 2011-09-19 03:59:24
|
The following forum message was posted by ybotspawn at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4714212: Hey all, real quick question the pydev.org site doesn't go over. I love the product and have no problem donating or purchasing a license, I just cant seem to find where to buy a license or how to turn the annoying popups off. Can someone please give me some advice? Thanks |
From: Moritz S. <ma...@mo...> - 2011-09-18 19:25:05
|
Thanks for your help, the second tip did do the trick! Cheers, Moritz Am 18.09.2011 20:12, schrieb Fabio Zadrozny: > 2 things: > > 1. The current pydev has a problem dealing with zipped files (updating > to the latest nightly should fix that -- you may need to reconfigure > your pythonpath). > > 2. Try adding 'pysmbc' to the forced builtins: this will force pydev > to analyze it dynamically (through a spawned python interpreter > that'll import the library). See: > http://pydev.org/manual_101_interpreter.html for details. > > Cheers, > > Fabio > > On Sun, Sep 18, 2011 at 10:36 AM, Moritz Schlarb <ma...@mo...> wrote: >> Hi! >> >> I'm using PyDev 2.2.2.20 in Eclipse 3.7.0 and my code imports pysmbc >> (libsmbclient bindings for python - http://pypi.python.org/pypi/pysmbc - >> C module). Everything works finde, but PyDev marks the line >> import smbc as Unresolved Import, although I've added ít to the >> PYTHONPATH in project settings and in Interpreter settings (and the code >> works fine, if I run it in Eclipse console). >> >> >> Could this be because pysmbc is a C-module which is compiled natively? >> >> But the egg-zip-archive contains py-files, too! >> >> Archive: pysmbc-1.0.11.1-py2.7-linux-i686.egg >> Length Date Time Name >> --------- ---------- ----- ---- >> 38498 08-26-2011 13:46 smbc.so >> 514 08-26-2011 13:46 smbc.pyc >> 274 08-26-2011 13:46 smbc.py >> 1797 08-26-2011 13:46 EGG-INFO/PKG-INFO >> 1 08-26-2011 13:46 EGG-INFO/zip-safe >> 395 08-26-2011 13:46 EGG-INFO/SOURCES.txt >> 8 08-26-2011 13:46 EGG-INFO/native_libs.txt >> 5 08-26-2011 13:46 EGG-INFO/top_level.txt >> 1 08-26-2011 13:46 EGG-INFO/dependency_links.txt >> --------- ------- >> 41493 9 files >> >> Could someone help me with this? >> >> Regards >> >> -- >> Moritz Schlarb >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2 >> _______________________________________________ >> Pydev-users mailing list >> Pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-users >> > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 -- Moritz Schlarb |
From: Fabio Z. <fa...@gm...> - 2011-09-18 18:13:23
|
2 things: 1. The current pydev has a problem dealing with zipped files (updating to the latest nightly should fix that -- you may need to reconfigure your pythonpath). 2. Try adding 'pysmbc' to the forced builtins: this will force pydev to analyze it dynamically (through a spawned python interpreter that'll import the library). See: http://pydev.org/manual_101_interpreter.html for details. Cheers, Fabio On Sun, Sep 18, 2011 at 10:36 AM, Moritz Schlarb <ma...@mo...> wrote: > Hi! > > I'm using PyDev 2.2.2.20 in Eclipse 3.7.0 and my code imports pysmbc > (libsmbclient bindings for python - http://pypi.python.org/pypi/pysmbc - > C module). Everything works finde, but PyDev marks the line > import smbc as Unresolved Import, although I've added ít to the > PYTHONPATH in project settings and in Interpreter settings (and the code > works fine, if I run it in Eclipse console). > > > Could this be because pysmbc is a C-module which is compiled natively? > > But the egg-zip-archive contains py-files, too! > > Archive: pysmbc-1.0.11.1-py2.7-linux-i686.egg > Length Date Time Name > --------- ---------- ----- ---- > 38498 08-26-2011 13:46 smbc.so > 514 08-26-2011 13:46 smbc.pyc > 274 08-26-2011 13:46 smbc.py > 1797 08-26-2011 13:46 EGG-INFO/PKG-INFO > 1 08-26-2011 13:46 EGG-INFO/zip-safe > 395 08-26-2011 13:46 EGG-INFO/SOURCES.txt > 8 08-26-2011 13:46 EGG-INFO/native_libs.txt > 5 08-26-2011 13:46 EGG-INFO/top_level.txt > 1 08-26-2011 13:46 EGG-INFO/dependency_links.txt > --------- ------- > 41493 9 files > > Could someone help me with this? > > Regards > > -- > Moritz Schlarb > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |
From: Moritz S. <ma...@mo...> - 2011-09-18 13:40:23
|
Hi! I'm using PyDev 2.2.2.20 in Eclipse 3.7.0 and my code imports pysmbc (libsmbclient bindings for python - http://pypi.python.org/pypi/pysmbc - C module). Everything works finde, but PyDev marks the line import smbc as Unresolved Import, although I've added ít to the PYTHONPATH in project settings and in Interpreter settings (and the code works fine, if I run it in Eclipse console). Could this be because pysmbc is a C-module which is compiled natively? But the egg-zip-archive contains py-files, too! Archive: pysmbc-1.0.11.1-py2.7-linux-i686.egg Length Date Time Name --------- ---------- ----- ---- 38498 08-26-2011 13:46 smbc.so 514 08-26-2011 13:46 smbc.pyc 274 08-26-2011 13:46 smbc.py 1797 08-26-2011 13:46 EGG-INFO/PKG-INFO 1 08-26-2011 13:46 EGG-INFO/zip-safe 395 08-26-2011 13:46 EGG-INFO/SOURCES.txt 8 08-26-2011 13:46 EGG-INFO/native_libs.txt 5 08-26-2011 13:46 EGG-INFO/top_level.txt 1 08-26-2011 13:46 EGG-INFO/dependency_links.txt --------- ------- 41493 9 files Could someone help me with this? Regards -- Moritz Schlarb |
From: SourceForge.net <no...@so...> - 2011-09-16 09:57:33
|
The following forum message was posted by owillebo at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4710748: Running Python 2.6.4, Eclipse SDK Version: 3.5.2 Build id: M20100211-1343, Pydev 2.2.2.2011082312 I have set the PYTHONPATH environment variable. Now when I set a new Python interpreter in Pydev, I get a list of paths. This list includes the paths I have set in the PYTHONPATH environment variable. Problem is that these paths are not checked. How to get Pydev to include the paths in PYTHONPATH automatically? |
From: SourceForge.net <no...@so...> - 2011-09-15 00:50:39
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4708141: I have to take a look at the PyDev source, but it does seem weird that it works in Python (i.e.: inside the package carlib you're importing the carlib package again, so, it seems to me it'd be a cyclic import -- I believe that the proper way of doing it should be using a relative import... i.e.: "from . import car" in this case). Anyways, if it works in Python, PyDev should recognize it too, so, I'll take a look at it :) Cheers, Fabio |
From: SourceForge.net <no...@so...> - 2011-09-14 19:44:07
|
The following forum message was posted by jjkparker at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4708141: I must be doing something silly here, because this is triggered by a trivial project. I created a project (call it "carlib") in PyDev 2.2.2 and Eclipse 3.7.0, using a custom source location, Pythong 3.0 grammar, and with a src folder. Then I created a package (also "carlib") inside src and a module inside of that. Here's the situation: [code] carlib [project] src [folder] carlib [package] __init__.py car.py [/code] Then I want to expose the car module to users of the package, so I put this in __init__.py: [code] import carlib.car [/code] This works when I run, and it works in the interpreter when I import carlib, but the PyDev editor is giving an error in __init__.py: "Unresolved import: carlib" Any ideas what's going on here? |
From: SourceForge.net <no...@so...> - 2011-09-10 11:22:45
|
The following forum message was posted by leonardobi at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701800: Hi to all, I'm using Aptana for php development. When I try to open some files, I get the error "Editor could not be initialized". I found this bug report: http://jira.appcelerator.org/browse/APSTUD-2806 and it is marked as solved in version 3.0.3. I installed the 3.04 version for Windows, but get again the problem. What can I do to fix it? Thank you! |
From: SourceForge.net <no...@so...> - 2011-09-09 23:31:18
|
The following forum message was posted by somik at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701071: Found the answer just after posting :). I needed to put in a method called load_tests like so: [code]def load_tests(loader, tests, pattern): return suite()[/code] This gets the code to run in the GUI test runner properly. |
From: SourceForge.net <no...@so...> - 2011-09-09 23:22:43
|
The following forum message was posted by somik at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4701071: How does Pydev pick up testsuites? I am unable to get my testsuite to be recognized by the test runner. class MyTest(unittest2.TestCase): def test_something(self): self.assertEquals(10,10) class MyTestSuite(unittest2.TestSuite): def suite(self): return suite() def suite(): #code to make a suite of tests if __name__ == '__main__': unittest2.TextTestRunner(verbosity=2).run(suite()) ************************************************************* If I run this as a Python program in Pydev (Run As -> Python Run), the suite runs fine. If I try running this in the PyUnit GUI (Run As -> Python unit-test), it does not, as the suite() method is never called! How do I ensure that the suite() method gets picked up by PyUnit? I tried looking at the documentation but could not find anything. Thank you so much for helping. |
From: SourceForge.net <no...@so...> - 2011-09-09 13:04:31
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4700314: Hi, we´re having some Python modules stored as Strings in a sql database. We can run these scripts but when trying to debug them, the Eclipse debug host doesn´t know where to find the virtual source code. Is there a way to give this source code from the application to the Eclipse debuger host (and mybe write it here in a file) and display it in Eclipse for adding Breakpoints etc. |
From: SourceForge.net <no...@so...> - 2011-09-08 19:38:54
|
The following forum message was posted by markdthompson at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4696608: so it is. thanks Fabio |
From: SourceForge.net <no...@so...> - 2011-09-08 18:37:54
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698905: Never mind, I found the right folder: C:\Development\IDE\eclipse\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc Thanks, Alan |
From: SourceForge.net <no...@so...> - 2011-09-08 18:22:23
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698905: Hey, I am trying to setup remote debugging between two machines, so I need to copy the Python source code from PyDev to another machine. However, I can't find the pydevd module required to do this in the PySrc directory of my PyDev plugin: C:\Development\IDE\eclipse\plugins\org.python.pydev_2.2.2.2011082312\PySrc Have the steps for remote debugging changed? http://pydev.org/manual_adv_remote_debugger.html Thanks, Alan |
From: SourceForge.net <no...@so...> - 2011-09-08 12:03:44
|
The following forum message was posted by raht at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4698259: I use newest PyDev and Eclipse on Windows 7. Why does PyDev, when looking for virtualenv's PYTHONPATH, reads \Lib directory as \lib lower-case? It does read correctly the "real" (non-virtual) interpreter though. I can't get it to use any of virtualenv's site-packages for import resolving and I think case-sensitiveness may be a problem. |