pydev-code Mailing List for PyDev for Eclipse (Page 23)
Brought to you by:
fabioz
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(14) |
Apr
(18) |
May
(12) |
Jun
(34) |
Jul
(31) |
Aug
(37) |
Sep
(22) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(24) |
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
2006 |
Jan
(5) |
Feb
(23) |
Mar
(5) |
Apr
(80) |
May
(26) |
Jun
(13) |
Jul
(13) |
Aug
(4) |
Sep
(31) |
Oct
(24) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(7) |
Feb
|
Mar
(26) |
Apr
(3) |
May
(8) |
Jun
(6) |
Jul
(11) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(3) |
2008 |
Jan
(7) |
Feb
(1) |
Mar
(6) |
Apr
(7) |
May
(9) |
Jun
(14) |
Jul
(9) |
Aug
(6) |
Sep
(10) |
Oct
(5) |
Nov
(8) |
Dec
(5) |
2009 |
Jan
(8) |
Feb
(10) |
Mar
(10) |
Apr
(1) |
May
(3) |
Jun
(5) |
Jul
(10) |
Aug
(3) |
Sep
(12) |
Oct
(6) |
Nov
(22) |
Dec
(12) |
2010 |
Jan
(10) |
Feb
(17) |
Mar
(5) |
Apr
(9) |
May
(8) |
Jun
(2) |
Jul
(4) |
Aug
(12) |
Sep
(1) |
Oct
(1) |
Nov
(8) |
Dec
|
2011 |
Jan
(14) |
Feb
(8) |
Mar
(3) |
Apr
(11) |
May
(6) |
Jun
(5) |
Jul
(10) |
Aug
(7) |
Sep
|
Oct
(4) |
Nov
(4) |
Dec
(8) |
2012 |
Jan
|
Feb
(8) |
Mar
(10) |
Apr
(5) |
May
(4) |
Jun
(10) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(11) |
Nov
(1) |
Dec
|
2013 |
Jan
(1) |
Feb
(2) |
Mar
(11) |
Apr
(10) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(20) |
Sep
(4) |
Oct
(18) |
Nov
(5) |
Dec
(7) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(7) |
Apr
(5) |
May
(10) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(7) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(5) |
Dec
(1) |
2016 |
Jan
(26) |
Feb
(10) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(3) |
2017 |
Jan
(3) |
Feb
|
Mar
(9) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2019 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(11) |
2021 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
From: Fabio Z. <fa...@es...> - 2009-10-17 12:08:27
|
The problem is that you added the PyQt4 folder to the pythonpath. You must only adds its parent folder (i.e.: site-packages) to the pythonpath for things to be properly resolved. Cheers, Fabio On Tue, Oct 13, 2009 at 11:22 AM, Keith Lander <kei...@me...> wrote: > I spoke too soon! The unresolved import error went away, but now the code > hits a runtime error saying the PyQt4 modules are not there. Everything > looks OK to me, so I've attached some screen shots. Any suggestions. > > Cheers > Keith > > > > > > > On 13 Oct 2009, at 13:04, Fabio Zadrozny wrote: > >> Another thing is that PyQt4 has a bug which could prevent the analysis >> from working correctly -- see: >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=2855598&group_id=85796&atid=577329 >> (not sure if it was already fixed). >> >> Cheers, >> >> Fabio >> >> On Tue, Oct 13, 2009 at 9:03 AM, Fabio Zadrozny <fa...@ap...> wrote: >>> >>> The only thing that's really needed is adding it to the pythonpath... >>> E.g.: if you installed it at D:\bin\Python261\Lib\site-packages\PyQt4, >>> the D:\bin\Python261\Lib\site-packages folder should be in the >>> pythonpath. >>> >>> Cheers, >>> >>> Fabio >>> >>> On Tue, Oct 13, 2009 at 5:11 AM, Keith Lander <kei...@me...> wrote: >>>> >>>> I have been trying to configure PyQt4 without any success. PyQt4 works >>>> OK when I use Eric4, but no matter how I try and configure it with >>>> PyDev I get unresolved import errors. Could someone please let me know >>>> what steps are needed to get this to work. >>>> >>>> Cheers >>>> Keith >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>> http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> pydev-code mailing list >>>> pyd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>>> >>> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |
From: Keith L. <kei...@me...> - 2009-10-13 14:23:01
|
I spoke too soon! The unresolved import error went away, but now the code hits a runtime error saying the PyQt4 modules are not there. Everything looks OK to me, so I've attached some screen shots. Any suggestions. Cheers Keith |
From: Keith L. <kei...@me...> - 2009-10-13 13:19:05
|
That's the problem. Thanks - it was driving me crazy! Cheers Keith On 13 Oct 2009, at 13:04, Fabio Zadrozny wrote: > Another thing is that PyQt4 has a bug which could prevent the analysis > from working correctly -- see: > https://sourceforge.net/tracker/index.php?func=detail&aid=2855598&group_id=85796&atid=577329 > (not sure if it was already fixed). > > Cheers, > > Fabio > > On Tue, Oct 13, 2009 at 9:03 AM, Fabio Zadrozny <fa...@ap...> > wrote: >> The only thing that's really needed is adding it to the pythonpath... >> E.g.: if you installed it at D:\bin\Python261\Lib\site-packages >> \PyQt4, >> the D:\bin\Python261\Lib\site-packages folder should be in the >> pythonpath. >> >> Cheers, >> >> Fabio >> >> On Tue, Oct 13, 2009 at 5:11 AM, Keith Lander <kei...@me...> >> wrote: >>> I have been trying to configure PyQt4 without any success. PyQt4 >>> works >>> OK when I use Eric4, but no matter how I try and configure it with >>> PyDev I get unresolved import errors. Could someone please let me >>> know >>> what steps are needed to get this to work. >>> >>> Cheers >>> Keith >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. >>> Jumpstart your >>> developing skills, take BlackBerry mobile applications to market >>> and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register >>> now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@ap...> - 2009-10-13 12:04:35
|
Another thing is that PyQt4 has a bug which could prevent the analysis from working correctly -- see: https://sourceforge.net/tracker/index.php?func=detail&aid=2855598&group_id=85796&atid=577329 (not sure if it was already fixed). Cheers, Fabio On Tue, Oct 13, 2009 at 9:03 AM, Fabio Zadrozny <fa...@ap...> wrote: > The only thing that's really needed is adding it to the pythonpath... > E.g.: if you installed it at D:\bin\Python261\Lib\site-packages\PyQt4, > the D:\bin\Python261\Lib\site-packages folder should be in the > pythonpath. > > Cheers, > > Fabio > > On Tue, Oct 13, 2009 at 5:11 AM, Keith Lander <kei...@me...> wrote: >> I have been trying to configure PyQt4 without any success. PyQt4 works >> OK when I use Eric4, but no matter how I try and configure it with >> PyDev I get unresolved import errors. Could someone please let me know >> what steps are needed to get this to work. >> >> Cheers >> Keith >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > |
From: Fabio Z. <fa...@ap...> - 2009-10-13 12:03:41
|
The only thing that's really needed is adding it to the pythonpath... E.g.: if you installed it at D:\bin\Python261\Lib\site-packages\PyQt4, the D:\bin\Python261\Lib\site-packages folder should be in the pythonpath. Cheers, Fabio On Tue, Oct 13, 2009 at 5:11 AM, Keith Lander <kei...@me...> wrote: > I have been trying to configure PyQt4 without any success. PyQt4 works > OK when I use Eric4, but no matter how I try and configure it with > PyDev I get unresolved import errors. Could someone please let me know > what steps are needed to get this to work. > > Cheers > Keith > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Keith L. <kei...@me...> - 2009-10-13 08:11:49
|
I have been trying to configure PyQt4 without any success. PyQt4 works OK when I use Eric4, but no matter how I try and configure it with PyDev I get unresolved import errors. Could someone please let me know what steps are needed to get this to work. Cheers Keith |
From: Dave <dav...@gm...> - 2009-09-15 11:12:28
|
Hi all Just started using Pydev. Great program. I've noticed that Pydev live syntax checker will mark some new python 3 syntax as an error. For example, the dictionary comprehension syntax is marked as an error: {x:y for x in z} (y & z already defined) Thanks Dave |
From: Dave R. <dro...@sb...> - 2009-09-13 05:48:37
|
Hey Fabio et al, I fixed the issue, and it is something that people who like to work on both linux and windows should be aware off: The problem was the default mounting options for mounting a fat32 partition in ubuntu. The file type for the mount is vfat, and the option that needs to be added is shortname=mixed the shortname refers to 8.3 filenames that work for dos. >From the mount man page under vfat options: <<<<<<<<<<<<<<<<<<<<<<<<<< shortname=[lower|win95|winnt|mixed] Defines the behaviour for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be preferred display. There are four modes: : lower Force the short name to lower case upon display; store a long name when the short name is not all upper case. This mode is the default. win95 Force the short name to upper case upon display; store a long name when the short name is not all upper case. winnt Display the shortname as is; store a long name when the short name is not all lower case or all upper case. mixed Display the short name as is; store a long name when the short name is not all upper case. >>>>>>>>>>>>>>>>>>> If you like to easily share data with Windows,by using fat32 partitions, be aware of the need to set this option. In my case it was translating the META-INF to meta-inf, and would not allow me to even rename it to upper case in the shell, nautilus, or eclipse, as it already was upper case behind the scene, but eclipse didn't recognize the lower case... Have a good one, Dave --- On Sat, 9/12/09, Fabio Zadrozny <fa...@es...> wrote: From: Fabio Zadrozny <fa...@es...> Subject: Re: [Pydev-code] Pydev project dependencies To: pyd...@li... Date: Saturday, September 12, 2009, 3:51 PM Hi Fabio, I've been working on some test driven development functionality for Pydev. While I am psyched that you have been able to open source Pydev Extensions so we can work with the code, I'm having issues with most of the projects not building in linux. This is separate from needing to create the local testing data files--this I have down fine as I've been working with the pydev source from the subversion repo for a while. Rather, after importing the projects from my local git repo, and then dealing with the TestDependent.java, most of the projects indicate red error markers in the package explorer that resolve down to all imports: import eclipse.org.** not being recognized. When I look at the plugin.xml in any of the affected projects, there are *no* dependencies listed in the dependency tab. I have also noted that in the overview tab of the plugin.xml, there is a link to create an osgi bundle for the project--so the bundle information is not being read. I also note that the META-INF folder is actually named meta-inf in the package explorer, and the MANIFEST.MF is in lower case as well. I run windows xp in a vm and note that these file names are correctly capitalized, and all of the dependencies show in the plugin.xml dependencies tab. After tweaking the . I was wondering if this is something that should be fixed in the repo, or perhaps is an issue with git on my end? Have a good one, Dave Hi Dave, That seems really strange... The capitalization of things seems correct for me (at least on my machine) and I've browsed the tree at github (http://github.com/aptana/Pydev/tree/master) and it seems correct there too. Also, although I still haven't built Pydev on linux after going to github, it was being regularly built before (doing nightly builds -- right now it's still not ported to github), so, it seems it's something on your side (although I'm not sure what could that be). Anyone else there building on Linux can verify that? Cheers, Fabio -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -----Inline Attachment Follows----- _______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Dave R. <dro...@sb...> - 2009-09-13 00:31:04
|
Hey Fabio, Thanks for the quick response. It does seem pretty strange. I have never used git before, so I am reading up on it a bit. I note that when using gitk to examine the repo, the capitalization is correct. However, from the repo directory in linux (Ubuntu Jaunty), I see the following in all relevant plugins: drogers@xps420:/share-fat/pydev/Pydev$ ls builders features make_release.py plugins remove_unversioned_files.py drogers@xps420:/share-fat/pydev/Pydev$ find . -iname meta-inf ./plugins/com.python.pydev.analysis/meta-inf ./plugins/com.python.pydev.codecompletion/meta-inf ./plugins/com.python.pydev.debug/meta-inf ./plugins/com.python.pydev.fastparser/meta-inf ./plugins/com.python.pydev.refactoring/meta-inf ./plugins/com.python.pydev.runalltests/meta-inf ./plugins/com.python.pydev/meta-inf ./plugins/org.python.pydev.ast/meta-inf ./plugins/org.python.pydev.core/meta-inf ./plugins/org.python.pydev.customizations/meta-inf ./plugins/org.python.pydev.debug/meta-inf ./plugins/org.python.pydev.help/meta-inf ./plugins/org.python.pydev.jython/meta-inf ./plugins/org.python.pydev.mylyn/meta-inf ./plugins/org.python.pydev.parser/meta-inf ./plugins/org.python.pydev.refactoring/meta-inf ./plugins/org.python.pydev.runalltests/meta-inf ./plugins/org.python.pydev.templates/meta-inf ./plugins/org.python.pydev/meta-inf drogers@xps420:/share-fat/pydev/Pydev$ find . -iname manifest.mf ./plugins/com.python.pydev.analysis/meta-inf/manifest.mf ./plugins/com.python.pydev.codecompletion/meta-inf/manifest.mf ./plugins/com.python.pydev.debug/meta-inf/manifest.mf ./plugins/com.python.pydev.fastparser/meta-inf/manifest.mf ./plugins/com.python.pydev.refactoring/meta-inf/manifest.mf ./plugins/com.python.pydev.runalltests/meta-inf/manifest.mf ./plugins/com.python.pydev/meta-inf/manifest.mf ./plugins/org.python.pydev.ast/meta-inf/manifest.mf ./plugins/org.python.pydev.core/meta-inf/manifest.mf ./plugins/org.python.pydev.customizations/meta-inf/manifest.mf ./plugins/org.python.pydev.debug/meta-inf/manifest.mf ./plugins/org.python.pydev.help/meta-inf/manifest.mf ./plugins/org.python.pydev.jython/meta-inf/manifest.mf ./plugins/org.python.pydev.mylyn/meta-inf/manifest.mf ./plugins/org.python.pydev.parser/meta-inf/manifest.mf ./plugins/org.python.pydev.refactoring/meta-inf/manifest.mf ./plugins/org.python.pydev.runalltests/meta-inf/manifest.mf ./plugins/org.python.pydev.templates/meta-inf/manifest.mf ./plugins/org.python.pydev/meta-inf/manifest.mf drogers@xps420:/share-fat/pydev/Pydev$ I will fix the issue locally, however if anyone has any insight to the situation, it would be greatly appreciated. Thanks, Dave --- On Sat, 9/12/09, Fabio Zadrozny <fa...@es...> wrote: From: Fabio Zadrozny <fa...@es...> Subject: Re: [Pydev-code] Pydev project dependencies To: pyd...@li... Date: Saturday, September 12, 2009, 3:51 PM Hi Fabio, I've been working on some test driven development functionality for Pydev. While I am psyched that you have been able to open source Pydev Extensions so we can work with the code, I'm having issues with most of the projects not building in linux. This is separate from needing to create the local testing data files--this I have down fine as I've been working with the pydev source from the subversion repo for a while. Rather, after importing the projects from my local git repo, and then dealing with the TestDependent.java, most of the projects indicate red error markers in the package explorer that resolve down to all imports: import eclipse.org.** not being recognized. When I look at the plugin.xml in any of the affected projects, there are *no* dependencies listed in the dependency tab. I have also noted that in the overview tab of the plugin.xml, there is a link to create an osgi bundle for the project--so the bundle information is not being read. I also note that the META-INF folder is actually named meta-inf in the package explorer, and the MANIFEST.MF is in lower case as well. I run windows xp in a vm and note that these file names are correctly capitalized, and all of the dependencies show in the plugin.xml dependencies tab. After tweaking the . I was wondering if this is something that should be fixed in the repo, or perhaps is an issue with git on my end? Have a good one, Dave Hi Dave, That seems really strange... The capitalization of things seems correct for me (at least on my machine) and I've browsed the tree at github (http://github.com/aptana/Pydev/tree/master) and it seems correct there too. Also, although I still haven't built Pydev on linux after going to github, it was being regularly built before (doing nightly builds -- right now it's still not ported to github), so, it seems it's something on your side (although I'm not sure what could that be). Anyone else there building on Linux can verify that? Cheers, Fabio -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july -----Inline Attachment Follows----- _______________________________________________ pydev-code mailing list pyd...@li... https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@es...> - 2009-09-12 22:51:42
|
> > > Hi Fabio, > I've been working on some test driven development functionality for Pydev. > While I am psyched that you have been able to open source Pydev Extensions > so we can work with the code, I'm having issues with most of the projects > not building in linux. This is separate from needing to create the local > testing data files--this I have down fine as I've been working with the > pydev source from the subversion repo for a while. Rather, after importing > the projects from my local git repo, and then dealing with the > TestDependent.java, most of the projects indicate red error markers in the > package explorer that resolve down to all imports: > import eclipse.org.** > not being recognized. > When I look at the plugin.xml in any of the affected projects, there are > *no* dependencies listed in the dependency tab. I have also noted that in > the overview tab of the plugin.xml, there is a link to create an osgi bundle > for the project--so the bundle information is not being read. I also note > that the META-INF folder is actually named meta-inf in the package explorer, > and the MANIFEST.MF is in lower case as well. I run windows xp in a vm and > note that these file names are correctly capitalized, and all of the > dependencies show in the plugin.xml dependencies tab. After tweaking the . > I was wondering if this is something that should be fixed in the repo, or > perhaps is an issue with git on my end? > > Have a good one, > Dave > Hi Dave, That seems really strange... The capitalization of things seems correct for me (at least on my machine) and I've browsed the tree at github ( http://github.com/aptana/Pydev/tree/master) and it seems correct there too. Also, although I still haven't built Pydev on linux after going to github, it was being regularly built before (doing nightly builds -- right now it's still not ported to github), so, it seems it's something on your side (although I'm not sure what could that be). Anyone else there building on Linux can verify that? Cheers, Fabio |
From: Dave R. <dro...@sb...> - 2009-09-12 22:09:32
|
Hi Fabio, I've been working on some test driven development functionality for Pydev. While I am psyched that you have been able to open source Pydev Extensions so we can work with the code, I'm having issues with most of the projects not building in linux. This is separate from needing to create the local testing data files--this I have down fine as I've been working with the pydev source from the subversion repo for a while. Rather, after importing the projects from my local git repo, and then dealing with the TestDependent.java, most of the projects indicate red error markers in the package explorer that resolve down to all imports: import eclipse.org.** not being recognized. When I look at the plugin.xml in any of the affected projects, there are *no* dependencies listed in the dependency tab. I have also noted that in the overview tab of the plugin.xml, there is a link to create an osgi bundle for the project--so the bundle information is not being read. I also note that the META-INF folder is actually named meta-inf in the package explorer, and the MANIFEST.MF is in lower case as well. I run windows xp in a vm and note that these file names are correctly capitalized, and all of the dependencies show in the plugin.xml dependencies tab. After tweaking the . I was wondering if this is something that should be fixed in the repo, or perhaps is an issue with git on my end? Have a good one, Dave |
From: Fabio Z. <fa...@es...> - 2009-09-08 11:17:50
|
Hi Thomas, Well, I do get your case, but then I believe you want to manage the debugging a little differently, providing a proper disconnect and stopping the debugging properly (removing tracing functions and stopping the threads properly) so that it can be embedded better in your case -- please create a feature request for that to be incorporated in the pydev debugger. The actual overhead of the debugger can change quite a bit, depending on the breakpoints set and traced contexts (so, it can range from around 2 to 10 times slower -- although the common case would be having it around 2-3 times slower, although if you have psyco there it could be less than that), so, I believe it'd be important for you to properly stop the debug session. Another thing is that you can only have 1 debug session at a time, because of the way that the debugger is set and the python tracing works, but that's something you have to manage in your own application. Cheers, Fabio On Tue, Sep 8, 2009 at 5:46 AM, Thomas Johnsson<th...@sk...> wrote: > Fabio Zadrozny wrote: >> Hi Thomas, >> >> I think that's correct... actually, the port it was bound to was >> closed, and it doesn't really try to reconnect. >> >> Is that a common use-case? (as you mentioned you did it by mistake... >> I believe that happens pretty seldomly, as you don't really have to >> stop the debugger from eclipse at all -- just start it and leave it >> running, even with multiple client runs). >> > I think it might well become a common use-case in some circumstances. > The application we have, which we will connect eclipse to as python IDE, > might typically run may days, maybe even weeks (typically loading a lot > of user data). In the application the user might do many 'little' python > editing sessions, some of which may involve debugging. > In such a case it would be severely inconvenient to restart the application. > I don't know what the debugging overhead is -- I'm sure you know that > better -- but it seems a bit half-baked needing to have trace on for the > whole of the rest of the session just in case. > > Cheers, > -- Thomas > >> Cheers, >> >> Fabio >> >> On Thu, Aug 27, 2009 at 5:46 AM, Thomas Johnsson<th...@sk...> wrote: >> >>> I have questions about the debug server in pydev 1.4.8 (and earlier >>> versions). I do remote debugging, that is, start the debug server in >>> eclipse and connect to it from python code in my external application >>> with pydevd.settrace(....). >>> After a while I stop the debug server (by mistake) in eclipse. >>> by pressing stop the debug server in eclipse. >>> >>> Now it seems that I can't reconnect to the debug server again from my >>> application: pydevd.settrace( ) seems to have no effect. I have to >>> restart my application and use pydevd.settrace again. >>> >>> Can I reconnect to the debug server without restarting the whole >>> application? >>> >>> -- Thomas Johnsson >>> Jeppesen Systems, Göteborg, Sweden >>> >>> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>> trial. Simplify your report design, integration and deployment - and focus on >>> what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >>> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Thomas J. <th...@sk...> - 2009-09-08 08:46:39
|
Fabio Zadrozny wrote: > Hi Thomas, > > I think that's correct... actually, the port it was bound to was > closed, and it doesn't really try to reconnect. > > Is that a common use-case? (as you mentioned you did it by mistake... > I believe that happens pretty seldomly, as you don't really have to > stop the debugger from eclipse at all -- just start it and leave it > running, even with multiple client runs). > I think it might well become a common use-case in some circumstances. The application we have, which we will connect eclipse to as python IDE, might typically run may days, maybe even weeks (typically loading a lot of user data). In the application the user might do many 'little' python editing sessions, some of which may involve debugging. In such a case it would be severely inconvenient to restart the application. I don't know what the debugging overhead is -- I'm sure you know that better -- but it seems a bit half-baked needing to have trace on for the whole of the rest of the session just in case. Cheers, -- Thomas > Cheers, > > Fabio > > On Thu, Aug 27, 2009 at 5:46 AM, Thomas Johnsson<th...@sk...> wrote: > >> I have questions about the debug server in pydev 1.4.8 (and earlier >> versions). I do remote debugging, that is, start the debug server in >> eclipse and connect to it from python code in my external application >> with pydevd.settrace(....). >> After a while I stop the debug server (by mistake) in eclipse. >> by pressing stop the debug server in eclipse. >> >> Now it seems that I can't reconnect to the debug server again from my >> application: pydevd.settrace( ) seems to have no effect. I have to >> restart my application and use pydevd.settrace again. >> >> Can I reconnect to the debug server without restarting the whole >> application? >> >> -- Thomas Johnsson >> Jeppesen Systems, Göteborg, Sweden >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |
From: Fabio Z. <fa...@es...> - 2009-09-07 16:27:16
|
Hi Thomas, I think that's correct... actually, the port it was bound to was closed, and it doesn't really try to reconnect. Is that a common use-case? (as you mentioned you did it by mistake... I believe that happens pretty seldomly, as you don't really have to stop the debugger from eclipse at all -- just start it and leave it running, even with multiple client runs). Cheers, Fabio On Thu, Aug 27, 2009 at 5:46 AM, Thomas Johnsson<th...@sk...> wrote: > I have questions about the debug server in pydev 1.4.8 (and earlier > versions). I do remote debugging, that is, start the debug server in > eclipse and connect to it from python code in my external application > with pydevd.settrace(....). > After a while I stop the debug server (by mistake) in eclipse. > by pressing stop the debug server in eclipse. > > Now it seems that I can't reconnect to the debug server again from my > application: pydevd.settrace( ) seems to have no effect. I have to > restart my application and use pydevd.settrace again. > > Can I reconnect to the debug server without restarting the whole > application? > > -- Thomas Johnsson > Jeppesen Systems, Göteborg, Sweden > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Alexander K. <aku...@re...> - 2009-09-04 10:32:26
|
> Hi, > > Yes, there were some (minor) local changes -- I sent them to the > piccolo list at the time ( > https://mailman.cs.umd.edu/pipermail/piccolo-chat/2006/003452.html ), > but I'm not sure someone from piccolo actually went on and changed it > based on that. Ok, asked for this on the 1.3 release bug. http://code.google.com/p/piccolo2d/issues/detail?id=43 Alex > > Cheers, > > Fabio > > On Fri, Sep 4, 2009 at 5:14 AM, Alexander Kurtakov<aku...@re...> wrote: > > Hi Fabio, > > Is there are a reason for building piccolo2d from source in > > com.python.pydev plugin instead of using a pre-build jar from upstream? > > Are there any local changes done in pydev? > > > > Thanks, > > Alex > > > > ------------------------------------------------------------------------- > >----- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > > 30-Day trial. Simplify your report design, integration and deployment - > > and focus on what you do best, core application coding. Discover what's > > new with Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > pydev-code mailing list > > pyd...@li... > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > --------------------------------------------------------------------------- >--- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day trial. Simplify your report design, integration and deployment - and > focus on what you do best, core application coding. Discover what's new > with Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@gm...> - 2009-09-04 10:09:38
|
Hi, Yes, there were some (minor) local changes -- I sent them to the piccolo list at the time ( https://mailman.cs.umd.edu/pipermail/piccolo-chat/2006/003452.html ), but I'm not sure someone from piccolo actually went on and changed it based on that. Cheers, Fabio On Fri, Sep 4, 2009 at 5:14 AM, Alexander Kurtakov<aku...@re...> wrote: > Hi Fabio, > Is there are a reason for building piccolo2d from source in com.python.pydev > plugin instead of using a pre-build jar from upstream? > Are there any local changes done in pydev? > > Thanks, > Alex > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Alexander K. <aku...@re...> - 2009-09-04 08:15:09
|
Hi Fabio, Is there are a reason for building piccolo2d from source in com.python.pydev plugin instead of using a pre-build jar from upstream? Are there any local changes done in pydev? Thanks, Alex |
From: Fabio Z. <fa...@ap...> - 2009-09-04 02:27:49
|
Hi All, Today, Aptana is proud to announce that Pydev and Pydev Extensions have become a single plugin, with all the available contents open source (and freely available for anyone) in the 1.5.0 release (it's the same as 1.4.8 but with all the code open source). With that, Aptana believes in providing a better service and growth path for Pydev (which will still be actively maintained by Aptana), enabling anyone to provide contributions to the previously closed source product, while providing its Cloud customers a better service. Note for those already using Pydev or Pydev Extensions: The update site has been changed (see: http://www.pydev.org/download.html for more details) and if you had a previous install of Pydev Extensions, you need to uninstall it before installing the new version of Pydev. Note for developers: Pydev is now available under git (at github), and its previously used subversion will be disabled. Instructions on getting the source code from the new location is available at: http://www.pydev.org/developers.html Best Regards, -- Fabio Zadrozny Aptana http://aptana.com Pydev - Python Development Environment for Eclipse http://pydev.org http://pydev.blogspot.com |
From: André Fritzsche-S. <and...@or...> - 2009-08-28 04:18:45
|
Hello, My second try, at the first I forgot sending with the registered mail address: at first excuse my (may be) bad english, i'm not used to speak it ;-) At moment we've got 6 licenses of PyDev Extensions and are planning to roll it out for the whole company. Due to this and because we're using Epydoc for our python documentation, I've written an extension for PyDev checking the doc's being complete and Epydoc compliant (on build like pylint) and create local API Docs (as HTML). One thing I'd like to do is showing an HTML Hover for python code objects containing the Epydoc formatted docstring (which is HTML) instead of the raw text one, which sometimes looks very ugly when using Epydoc. For this it would be nice having the whole docstring passed to an extension point interface which could render it as HTML and return it - I think this would work for other docstring types, too. Are there plans for the future having something like this or is there another way doing this now? Thanks, André |
From: Thomas J. <th...@sk...> - 2009-08-27 09:14:11
|
I have questions about the debug server in pydev 1.4.8 (and earlier versions). I do remote debugging, that is, start the debug server in eclipse and connect to it from python code in my external application with pydevd.settrace(....). After a while I stop the debug server (by mistake) in eclipse. by pressing stop the debug server in eclipse. Now it seems that I can't reconnect to the debug server again from my application: pydevd.settrace( ) seems to have no effect. I have to restart my application and use pydevd.settrace again. Can I reconnect to the debug server without restarting the whole application? -- Thomas Johnsson Jeppesen Systems, Göteborg, Sweden |
From: Fabio Z. <fa...@ap...> - 2009-08-21 14:02:19
|
Hi All, Pydev and Pydev Extensions 1.4.8 have been released Details on Pydev Extensions: http://www.fabioz.com/pydev Details on Pydev: http://pydev.sf.net Details on its development: http://pydev.blogspot.com Release Highlights in Pydev Extensions: ----------------------------------------------------------------- * Created public API for starting/finishing debug server * Import based on unresolved variables works correctly when the document is changed * Ignore error works correctly when the document is changed * No longer showing the replace button for the search Release Highlights in Pydev: ---------------------------------------------- * Debugger can jump to line * Reloading module when code changes in the editor if inside debug session * Usability improvement on the preferences pages (editor, code-formatter, comment block and code-style showing examples) * Pythonpath reported in the main tab was not correct for ironpython launch configs * Main module tab in launch configuration was not appearing for jython * Multiline block comments considering the current indentation (and working with tabs) * Hover works correctly when the document is changed * The interactive console no longer uses the UI thread (so, it doesn't make eclipse halt anymore on slow requests to the shell) * The interactive console save history now saves the contents in the same way they're written * When creating a python run, the classpath was being set (and overridden), which should only happen in jython runs * Fixed issue where a line with only tabs and a close parenthesis would have additional tabs entered on code-formatting * A Pydev (Jython) project can coexist with a JDT project (and properly use its info -- only project references worked previously) * Many small usability improvements (editors improved) * Verbosity option added to run as unit-test * No longer using respectJavaAccessibility=False for jython * When there are too many items to show in the debugger, handle it gracefully What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python, Jython and Iron Python development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. Cheers, -- Fabio Zadrozny ------------------------------------------------------ Software Developer Aptana http://aptana.com/python Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Environment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: Fabio Z. <fa...@es...> - 2009-07-20 19:52:46
|
Thanks for sharing it. I'll add that to the faq so that that others can benefit from that. Cheers, Fabio On Mon, Jul 20, 2009 at 4:43 PM, Ross<ro...@gm...> wrote: > A testament to my earlier statement about not being a sophisticated > Eclipse user. I found that the menu in the PyDev Package explorer > also offers "Top Level Elements" of either "projects" or "working sets" > > My projects are visible once I select "projects". So with that I'm > back in luck. Wish I'd seen that rather than waste a day and a half : > ( but posting my doziness here just in case it helps someone > similarly dozy later on. > > Thx for the attention and suggestions... > > Regards, > > Ross. > > > > > On 17-Jul-09, at 6:41 AM, Fabio Zadrozny wrote: > >> Hi Ross, >> >> Another thing: have you checked your error log for possible errors >> (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) >> >> Cheers, >> >> Fabio >> >> On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: >>> Hi Fabio, >>> >>> Thanks for the suggestions.... >>> >>> >>> On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >>>> >>>> Ok, in that case, there are 2 things to check: >>>> - you have a working set selected that doesn't include your projects >>>> (I've seen one case where eclipse selected 'window working set' and >>>> nothing appeared there anymore)? >>> >>> I looked at the working sets and tried both selecting "no working >>> sets" and later tried to set up a working set, but neither helped >>> make anything appear. >>> >>>> - you have some other active filter or the content is not properly >>>> there (that's much more uncommon if you didn't change it) >>>> >>> >>> I checked for filters, there were none set, and as you say I didn't >>> change it so that makes sense. >>> >>>> To check, the working set, go to the pydev package explorer, ctrl >>>> +F10 >>>> (not sure if it's the same for that menu on mac os, but if it's not, >>>> there's a triangle icon to activate that menu), then choose 'select >>>> working set' and try to select 'no working sets' -- or create a >>>> working set containing the projects you want to work on and select >>>> that working set. >>>> >>>> To check the active filters, go to that same menu > customize >>>> view and >>>> check if the content contains "pydev navigator content" and >>>> "resources" and if your filters match what you want. >>>> >>> >>> Verified that both "pydev navigator content" and "resources" were >>> there and selected. >>> >>> I see my projects and their files still there in my file system. >>> Eclipse/Pydev just don't seem to be aware of them :( >>> >>>> Cheers, >>>> Fabio >>> >>> Rgds, >>> Ross. >>> >>> --------------------------------------------------------------------- >>> --------- >>> Enter the BlackBerry Developer Challenge >>> This is your chance to win up to $100,000 in prizes! For a limited >>> time, >>> vendors submitting new applications to BlackBerry App World(TM) >>> will have >>> the opportunity to enter the BlackBerry Developer Challenge. See >>> full prize >>> details at: http://p.sf.net/sfu/Challenge >>> _______________________________________________ >>> pydev-code mailing list >>> pyd...@li... >>> https://lists.sourceforge.net/lists/listinfo/pydev-code >>> >> >> ---------------------------------------------------------------------- >> -------- >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited >> time, >> vendors submitting new applications to BlackBerry App World(TM) >> will have >> the opportunity to enter the BlackBerry Developer Challenge. See >> full prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Ross <ro...@gm...> - 2009-07-20 19:43:25
|
A testament to my earlier statement about not being a sophisticated Eclipse user. I found that the menu in the PyDev Package explorer also offers "Top Level Elements" of either "projects" or "working sets" My projects are visible once I select "projects". So with that I'm back in luck. Wish I'd seen that rather than waste a day and a half : ( but posting my doziness here just in case it helps someone similarly dozy later on. Thx for the attention and suggestions... Regards, Ross. On 17-Jul-09, at 6:41 AM, Fabio Zadrozny wrote: > Hi Ross, > > Another thing: have you checked your error log for possible errors > (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) > > Cheers, > > Fabio > > On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: >> Hi Fabio, >> >> Thanks for the suggestions.... >> >> >> On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >>> >>> Ok, in that case, there are 2 things to check: >>> - you have a working set selected that doesn't include your projects >>> (I've seen one case where eclipse selected 'window working set' and >>> nothing appeared there anymore)? >> >> I looked at the working sets and tried both selecting "no working >> sets" and later tried to set up a working set, but neither helped >> make anything appear. >> >>> - you have some other active filter or the content is not properly >>> there (that's much more uncommon if you didn't change it) >>> >> >> I checked for filters, there were none set, and as you say I didn't >> change it so that makes sense. >> >>> To check, the working set, go to the pydev package explorer, ctrl >>> +F10 >>> (not sure if it's the same for that menu on mac os, but if it's not, >>> there's a triangle icon to activate that menu), then choose 'select >>> working set' and try to select 'no working sets' -- or create a >>> working set containing the projects you want to work on and select >>> that working set. >>> >>> To check the active filters, go to that same menu > customize >>> view and >>> check if the content contains "pydev navigator content" and >>> "resources" and if your filters match what you want. >>> >> >> Verified that both "pydev navigator content" and "resources" were >> there and selected. >> >> I see my projects and their files still there in my file system. >> Eclipse/Pydev just don't seem to be aware of them :( >> >>> Cheers, >>> Fabio >> >> Rgds, >> Ross. >> >> --------------------------------------------------------------------- >> --------- >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited >> time, >> vendors submitting new applications to BlackBerry App World(TM) >> will have >> the opportunity to enter the BlackBerry Developer Challenge. See >> full prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> pydev-code mailing list >> pyd...@li... >> https://lists.sourceforge.net/lists/listinfo/pydev-code >> > > ---------------------------------------------------------------------- > -------- > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) > will have > the opportunity to enter the BlackBerry Developer Challenge. See > full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code |
From: Fabio Z. <fa...@es...> - 2009-07-17 10:41:54
|
Hi Ross, Another thing: have you checked your error log for possible errors (see: http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug ) Cheers, Fabio On Fri, Jul 17, 2009 at 12:19 AM, Ross<ro...@gm...> wrote: > Hi Fabio, > > Thanks for the suggestions.... > > > On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: >> >> Ok, in that case, there are 2 things to check: >> - you have a working set selected that doesn't include your projects >> (I've seen one case where eclipse selected 'window working set' and >> nothing appeared there anymore)? > > I looked at the working sets and tried both selecting "no working > sets" and later tried to set up a working set, but neither helped > make anything appear. > >> - you have some other active filter or the content is not properly >> there (that's much more uncommon if you didn't change it) >> > > I checked for filters, there were none set, and as you say I didn't > change it so that makes sense. > >> To check, the working set, go to the pydev package explorer, ctrl+F10 >> (not sure if it's the same for that menu on mac os, but if it's not, >> there's a triangle icon to activate that menu), then choose 'select >> working set' and try to select 'no working sets' -- or create a >> working set containing the projects you want to work on and select >> that working set. >> >> To check the active filters, go to that same menu > customize view and >> check if the content contains "pydev navigator content" and >> "resources" and if your filters match what you want. >> > > Verified that both "pydev navigator content" and "resources" were > there and selected. > > I see my projects and their files still there in my file system. > Eclipse/Pydev just don't seem to be aware of them :( > >> Cheers, >> Fabio > > Rgds, > Ross. > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |
From: Ross <ro...@gm...> - 2009-07-17 03:19:45
|
Hi Fabio, Thanks for the suggestions.... On 16-Jul-09, at 8:51 PM, Fabio Zadrozny wrote: > > Ok, in that case, there are 2 things to check: > - you have a working set selected that doesn't include your projects > (I've seen one case where eclipse selected 'window working set' and > nothing appeared there anymore)? I looked at the working sets and tried both selecting "no working sets" and later tried to set up a working set, but neither helped make anything appear. > - you have some other active filter or the content is not properly > there (that's much more uncommon if you didn't change it) > I checked for filters, there were none set, and as you say I didn't change it so that makes sense. > To check, the working set, go to the pydev package explorer, ctrl+F10 > (not sure if it's the same for that menu on mac os, but if it's not, > there's a triangle icon to activate that menu), then choose 'select > working set' and try to select 'no working sets' -- or create a > working set containing the projects you want to work on and select > that working set. > > To check the active filters, go to that same menu > customize view and > check if the content contains "pydev navigator content" and > "resources" and if your filters match what you want. > Verified that both "pydev navigator content" and "resources" were there and selected. I see my projects and their files still there in my file system. Eclipse/Pydev just don't seem to be aware of them :( > Cheers, > Fabio Rgds, Ross. |