pydev-users Mailing List for PyDev for Eclipse (Page 200)
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...> - 2006-11-08 08:13:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4001384 By: bgpy Hi all, I am new on PyDev and i have the following problem: I plan to combine the advantage of PyDev as python IDE with an existing python-based testframework (written in python). Some of my python test scripts needs command line arguments which must be generated by a tool automatically. (It is very impractically to set arguments manually). Each script can have specific parameters. My question is: can i write a plugin, which extends the PyDev launch configuration dialog to do this. For example: an additional button which starts my "program arguments generator" and directs the generated arguments to the "Program Arguments" of PyDev launch configuration dialog. It would be nice to get some hints. Thank you very much. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-08 07:58:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4001365 By: adbingham Hi, I'm trying to debug a Python script that requires command-line arguments. I created a new run configuration with the arguments and when I click in the "Show result command-line for the given parameters" button, the command line shown is correct. However, when I click the "Debug" button, I get the following traceback in the Console panel: Traceback (most recent call last): File "/home/bingham/eclipse/plugins/org.python.pydev.debug_1.2.4/pysrc/runfile s.py", line 185, in ? PydevTestRunner(dirs, test_filter, verbosity).run_tests() File "/home/bingham/eclipse/plugins/org.python.pydev.debug_1.2.4/pysrc/runfile s.py", line 40, in __init__ self.__adjust_path() File "/home/bingham/eclipse/plugins/org.python.pydev.debug_1.2.4/pysrc/runfile s.py", line 58, in __adjust_path raise RuntimeError(msg) RuntimeError: unknown type. --some-option=somevalue should be file or a directory. Where --some-option=somevalue is the first command-line argument (there are more). What is going on? Is there a work around? Thanks, Aaron Bingham ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-06 21:25:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3999336 By: fabioz It could be a deadlock while synchronizing threads (maybe because doing the completion on wx is slower than on other builtins, as it is a large library) Can you report that as a bug? I'll take a look at it (although I'm unable to reproduce it here). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Andre M. <me...@ac...> - 2006-11-06 13:52:09
|
UHJvYmxlbSBzb2x2ZWQ6IGZvciBzb21lIHN0cmFuZ2UgcmVhc29uIExhYmVsIERlY29yYXRpb25z IHdlcmUgdHVybmVkIG9mZgpmb3IgU1ZOLiBOb3Qgc3VyZSB3aGV0aGVyIHRoaXMgYWN0dWFsbHkg Y29pbmNpZGVkIHdpdGggdGhlIFB5RGV2IHVwZGF0ZS4KU29ycnkgZm9yIHRoZSB0cm91YmxlLgoK dGhhbmtzIGFuZCBraW5kIHJlZ2FyZHMKQW5kcsOpCgoKT24gMTEvNi8wNiwgQW5kcmUgTWV5ZXIg PG1leWVyQGFjbS5vcmc+IHdyb3RlOgo+Cj4gb2ggd2VsbCwgaXQgc2F5cyAtIGFtb25nIG90aGVy czoKPgo+IGVjbGlwc2UuYnVpbGRJZD1NMjAwNjA5MjEtMDk0NQo+IGphdmEudmVyc2lvbj0xLjUu MF8wOQo+IGphdmEudmVuZG9yPVN1biBNaWNyb3N5c3RlbXMgSW5jLgo+IEJvb3RMb2FkZXIgY29u c3RhbnRzOiBPUz13aW4zMiwgQVJDSD14ODYsIFdTPXdpbjMyLCBOTD1ubF9OTAo+IENvbW1hbmQt bGluZSBhcmd1bWVudHM6ICAtb3Mgd2luMzIgLXdzIHdpbjMyIC1hcmNoIHg4Ngo+Cj4gRXJyb3IK PiBTdW4gTm92IDA1IDEyOjExOjQwIENFVCAyMDA2Cj4gTm8gc3VidmVyc2lvbiBjbGllbnQgaW50 ZXJmYWNlIGZvdW5kLgo+Cj4gb3JnLnRpZ3Jpcy5zdWJ2ZXJzaW9uLnN2bmNsaWVudGFkYXB0ZXIu U1ZOQ2xpZW50RXhjZXB0aW9uOiBObyBzdWJ2ZXJzaW9uCj4gY2xpZW50IGludGVyZmFjZSBmb3Vu ZC4KPiAuLi4KPgo+IFNvLCBpdCdzIG5vdCBhIFB5RGV2IHByb2JsZW0sIGFsdGhvdWdoIHN1YmNs aXBzZSB1c2VkIHRvIHdvcmsgYmVmb3JlIHRoZQo+IHVwZ3JhZGUuIGhtbW1tCj4KPiB0aGFua3Mg YSBsb3QsIGFueXdheSwgZm9yIHRoZSBxdWljayBoZWxwCj4gQW5kcsOpCj4KPgo+Cj4gT24gMTEv Ni8wNiwgRmFiaW8gWmFkcm96bnkgPGZhYmlvZnpAZ21haWwuY29tID4gd3JvdGU6Cj4gPgo+ID4K PiA+Cj4gPiBPbiAxMS82LzA2LCBBbmRyZSBNZXllciA8bWV5ZXJAYWNtLm9yZz4gd3JvdGU6Cj4g PiA+Cj4gPiA+IEhpIEZhYmlvCj4gPiA+Cj4gPiA+IFdoZXJlIHdvdWxkIEkgZmluZCB0aGUgZXJy b3IgbG9nPwo+ID4gPgo+ID4gPiBNYXliZSB0aGVyZSBpcyBhIGNvbm5lY3Rpb24gd2l0aCBoYXZp bmcgb3BlbmVkIHRoZSBuZXcgKnBhY2thZ2UKPiA+ID4gZXhwbG9yZXIgdmlldz8gU29tZSBzZXR0 aW5ncyBzd2l0Y2hlZD8KPiA+ID4KPiA+ID4gKgo+ID4KPiA+Cj4gPiBTaG91bGRuJ3QgaGF2ZSBh bnl0aGluZyB0byBkbyB3aXRoIHRoZSBuZXcgZXhwbG9yZXIgdmlldyAodGhhdCdzIHZlcnkKPiA+ ICJzZWxmLWNvbnRhaW5lZCIpCj4gPgo+ID4gVGFrZSBhIGxvb2sgYXQgaHR0cDovL3B5ZGV2LnNv dXJjZWZvcmdlLm5ldC9mYXEuaHRtbCNyZWZfMCBmb3IKPiA+IGluc3RydWN0aW9ucyBvbiBob3cg dG8gZmluZCB0aGUgZXJyb3IgbG9nLgo+ID4KPiA+Cj4gPgo= |
From: Andre M. <me...@ac...> - 2006-11-06 09:53:00
|
b2ggd2VsbCwgaXQgc2F5cyAtIGFtb25nIG90aGVyczoKCmVjbGlwc2UuYnVpbGRJZD1NMjAwNjA5 MjEtMDk0NQpqYXZhLnZlcnNpb249MS41LjBfMDkKamF2YS52ZW5kb3I9U3VuIE1pY3Jvc3lzdGVt cyBJbmMuCkJvb3RMb2FkZXIgY29uc3RhbnRzOiBPUz13aW4zMiwgQVJDSD14ODYsIFdTPXdpbjMy LCBOTD1ubF9OTApDb21tYW5kLWxpbmUgYXJndW1lbnRzOiAgLW9zIHdpbjMyIC13cyB3aW4zMiAt YXJjaCB4ODYKCkVycm9yClN1biBOb3YgMDUgMTI6MTE6NDAgQ0VUIDIwMDYKTm8gc3VidmVyc2lv biBjbGllbnQgaW50ZXJmYWNlIGZvdW5kLgoKb3JnLnRpZ3Jpcy5zdWJ2ZXJzaW9uLnN2bmNsaWVu dGFkYXB0ZXIuU1ZOQ2xpZW50RXhjZXB0aW9uOiBObyBzdWJ2ZXJzaW9uCmNsaWVudCBpbnRlcmZh Y2UgZm91bmQuCi4uLgoKU28sIGl0J3Mgbm90IGEgUHlEZXYgcHJvYmxlbSwgYWx0aG91Z2ggc3Vi Y2xpcHNlIHVzZWQgdG8gd29yayBiZWZvcmUgdGhlCnVwZ3JhZGUuIGhtbW1tCgp0aGFua3MgYSBs b3QsIGFueXdheSwgZm9yIHRoZSBxdWljayBoZWxwCkFuZHLDqQoKCgpPbiAxMS82LzA2LCBGYWJp byBaYWRyb3pueSA8ZmFiaW9mekBnbWFpbC5jb20+IHdyb3RlOgo+Cj4KPgo+IE9uIDExLzYvMDYs IEFuZHJlIE1leWVyIDxtZXllckBhY20ub3JnPiB3cm90ZToKPiA+Cj4gPiBIaSBGYWJpbwo+ID4K PiA+IFdoZXJlIHdvdWxkIEkgZmluZCB0aGUgZXJyb3IgbG9nPwo+ID4KPiA+IE1heWJlIHRoZXJl IGlzIGEgY29ubmVjdGlvbiB3aXRoIGhhdmluZyBvcGVuZWQgdGhlIG5ldyAqcGFja2FnZSBleHBs b3Jlcgo+ID4gdmlldz8gU29tZSBzZXR0aW5ncyBzd2l0Y2hlZD8KPiA+Cj4gPiAqCj4KPgo+IFNo b3VsZG4ndCBoYXZlIGFueXRoaW5nIHRvIGRvIHdpdGggdGhlIG5ldyBleHBsb3JlciB2aWV3ICh0 aGF0J3MgdmVyeQo+ICJzZWxmLWNvbnRhaW5lZCIpCj4KPiBUYWtlIGEgbG9vayBhdCBodHRwOi8v cHlkZXYuc291cmNlZm9yZ2UubmV0L2ZhcS5odG1sI3JlZl8wIGZvcgo+IGluc3RydWN0aW9ucyBv biBob3cgdG8gZmluZCB0aGUgZXJyb3IgbG9nLgo+Cj4gQ2hlZXJzLAo+Cj4gRmFiaW8KPgo+IC0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0KPiBVc2luZyBUb21jYXQgYnV0IG5lZWQgdG8gZG8gbW9yZT8gTmVlZCB0 byBzdXBwb3J0IHdlYiBzZXJ2aWNlcywgc2VjdXJpdHk/Cj4gR2V0IHN0dWZmIGRvbmUgcXVpY2ts eSB3aXRoIHByZS1pbnRlZ3JhdGVkIHRlY2hub2xvZ3kgdG8gbWFrZSB5b3VyIGpvYgo+IGVhc2ll cgo+IERvd25sb2FkIElCTSBXZWJTcGhlcmUgQXBwbGljYXRpb24gU2VydmVyIHYuMS4wLjEgYmFz ZWQgb24gQXBhY2hlIEdlcm9uaW1vCj4gaHR0cDovL3NlbC5hcy11cy5mYWxrYWcubmV0L3NlbD9j bWQ9bG5rJmtpZD0xMjA3MDkmYmlkPTI2MzA1NyZkYXQ9MTIxNjQyCj4KPiBfX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwo+IFB5ZGV2LXVzZXJzIG1haWxpbmcg bGlzdAo+IFB5ZGV2LXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldAo+IGh0dHBzOi8vbGlzdHMu c291cmNlZm9yZ2UubmV0L2xpc3RzL2xpc3RpbmZvL3B5ZGV2LXVzZXJzCj4KPgo+CgoKLS0gCkRy LiBBbmRyZSBQLiBNZXllciAgICAgICAgICAgICAgICAgICAgICAgIGh0dHA6Ly9weXRob24ub3Bl bnNwYWNlLm5sL21leWVyClROTyBEZWZlbmNlLCBTZWN1cml0eSBhbmQgU2FmZXR5ICAgICAgICAg IGh0dHA6Ly93d3cudG5vLm5sLwpEZWxmdCBDb29wZXJhdGlvbiBvbiBJbnRlbGxpZ2VudCBTeXN0 ZW1zICBodHRwOi8vd3d3LmRlY2lzLm5sLwoKQWgsIHRoaXMgaXMgb2J2aW91c2x5IHNvbWUgc3Ry YW5nZSB1c2FnZSBvZiB0aGUgd29yZCAnc2FmZScgdGhhdCBJIHdhc24ndApwcmV2aW91c2x5IGF3 YXJlIG9mLiAtIERvdWdsYXMgQWRhbXMK |
From: Fabio Z. <fa...@gm...> - 2006-11-06 09:46:29
|
On 11/6/06, Andre Meyer <me...@ac...> wrote: > > Hi Fabio > > Where would I find the error log? > > Maybe there is a connection with having opened the new *package explorer > view? Some settings switched? > > * Shouldn't have anything to do with the new explorer view (that's very "self-contained") Take a look at http://pydev.sourceforge.net/faq.html#ref_0 for instructions on how to find the error log. Cheers, Fabio |
From: Andre M. <me...@ac...> - 2006-11-06 09:43:56
|
SGkgRmFiaW8KCldoZXJlIHdvdWxkIEkgZmluZCB0aGUgZXJyb3IgbG9nPwoKTWF5YmUgdGhlcmUg aXMgYSBjb25uZWN0aW9uIHdpdGggaGF2aW5nIG9wZW5lZCB0aGUgbmV3ICpwYWNrYWdlIGV4cGxv cmVyCnZpZXc/IFNvbWUgc2V0dGluZ3Mgc3dpdGNoZWQ/CgoqdGhhbmtzCkFuZHLDqQoKCk9uIDEx LzYvMDYsIEZhYmlvIFphZHJvem55IDxmYWJpb2Z6QGdtYWlsLmNvbT4gd3JvdGU6Cj4KPgo+IE9u IDExLzYvMDYsIEFuZHJlIE1leWVyIDxtZXllckBhY20ub3JnPiB3cm90ZToKPiA+Cj4gPiBIaSBh bGwKPiA+Cj4gPiBJIGhhdmUgYmVlbiB1c2luZyBQeURldiBmb3IgcXVpdGUgYSB3aGlsZSB0b2dl dGhlciB3aXRoIFN1YmNsaXBzZS4gSW4KPiA+IHRoZSBQeURldiBwZXJzcGVjdGl2ZSBJIHVzZWQg dG8gc2VlIHRoZSBzdWJ2ZXJzaW9uIHJlcG9zaXRvcnkgc3RhdHVzIGluIHRoZQo+ID4gTmF2aWdh dG9yIHZpZXcuCj4gPgo+ID4gQWZ0ZXIgaW5zdGFsbGluZyB0aGUgbGF0ZXN0IFB5RGV2IHRoZSBO YXZpZ2F0b3Igb25seSBkaXNwbGF5cyB0aGUgZmlsZXMKPiA+IHdpdGhvdXQgYW55IFNWTiBpbmZv Lgo+ID4KPiA+IEhvdyBjYW4gSSBnZXQgdGhlIFNWTiBpbmZvIGJhY2sgaW4gTmF2aWdhdG9yPwo+ ID4KPgo+IERvIHlvdSBoYXZlIHNvbWV0aGluZyBpbiB5b3VyIGVycm9yIGxvZz8gVGhhdCBzZWVt cyBwcmV0dHkgc3RyYW5nZSwgYXMKPiBweWRldiBzaG91bGQgbm90IGhhdmUgYW55IGVmZmVjdCBv biB0aGUgbmF2aWdhdG9yIChvdGhlciB0aGFuIGFkZGluZyBhCj4gZmlsdGVyIGZvciAucHljIGZp bGVzLCB3aGljaCBpcyBhIHByZXR0eSBzdGFuZGFyZCBhcGkpLi4uIEkndmUgaGFkIHNvbWUKPiBw cm9ibGVtcyB3aXRoIHN1YmNsaXBzZSBteXNlbGYgYW5kIGVuZGVkIHVwIHVzaW5nIHRoZSBzdWJ2 ZXJzaXZlIHBsdWdpbiAoYnV0Cj4gbm90IHRoZSBwcm9ibGVtIHlvdSBkZXNjcmliZWQpLgo+Cj4g Q2hlZXJzLAo+Cj4gRmFiaW8KPgo+IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KPiBVc2luZyBUb21jYXQgYnV0 IG5lZWQgdG8gZG8gbW9yZT8gTmVlZCB0byBzdXBwb3J0IHdlYiBzZXJ2aWNlcywgc2VjdXJpdHk/ Cj4gR2V0IHN0dWZmIGRvbmUgcXVpY2tseSB3aXRoIHByZS1pbnRlZ3JhdGVkIHRlY2hub2xvZ3kg dG8gbWFrZSB5b3VyIGpvYgo+IGVhc2llcgo+IERvd25sb2FkIElCTSBXZWJTcGhlcmUgQXBwbGlj YXRpb24gU2VydmVyIHYuMS4wLjEgYmFzZWQgb24gQXBhY2hlIEdlcm9uaW1vCj4gaHR0cDovL3Nl bC5hcy11cy5mYWxrYWcubmV0L3NlbD9jbWQ9bG5rJmtpZD0xMjA3MDkmYmlkPTI2MzA1NyZkYXQ9 MTIxNjQyCj4KPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f Xwo+IFB5ZGV2LXVzZXJzIG1haWxpbmcgbGlzdAo+IFB5ZGV2LXVzZXJzQGxpc3RzLnNvdXJjZWZv cmdlLm5ldAo+IGh0dHBzOi8vbGlzdHMuc291cmNlZm9yZ2UubmV0L2xpc3RzL2xpc3RpbmZvL3B5 ZGV2LXVzZXJzCj4KPgo+CgoKLS0gCkRyLiBBbmRyZSBQLiBNZXllciAgICAgICAgICAgICAgICAg ICAgICAgIGh0dHA6Ly9weXRob24ub3BlbnNwYWNlLm5sL21leWVyClROTyBEZWZlbmNlLCBTZWN1 cml0eSBhbmQgU2FmZXR5ICAgICAgICAgIGh0dHA6Ly93d3cudG5vLm5sLwpEZWxmdCBDb29wZXJh dGlvbiBvbiBJbnRlbGxpZ2VudCBTeXN0ZW1zICBodHRwOi8vd3d3LmRlY2lzLm5sLwoKQWgsIHRo aXMgaXMgb2J2aW91c2x5IHNvbWUgc3RyYW5nZSB1c2FnZSBvZiB0aGUgd29yZCAnc2FmZScgdGhh dCBJIHdhc24ndApwcmV2aW91c2x5IGF3YXJlIG9mLiAtIERvdWdsYXMgQWRhbXMK |
From: Fabio Z. <fa...@gm...> - 2006-11-06 09:37:14
|
On 11/6/06, Andre Meyer <me...@ac...> wrote: > > Hi all > > I have been using PyDev for quite a while together with Subclipse. In the > PyDev perspective I used to see the subversion repository status in the > Navigator view. > > After installing the latest PyDev the Navigator only displays the files > without any SVN info. > > How can I get the SVN info back in Navigator? > Do you have something in your error log? That seems pretty strange, as pydev should not have any effect on the navigator (other than adding a filter for .pyc files, which is a pretty standard api)... I've had some problems with subclipse myself and ended up using the subversive plugin (but not the problem you described). Cheers, Fabio |
From: Andre M. <me...@ac...> - 2006-11-06 09:32:38
|
SGkgYWxsCgpJIGhhdmUgYmVlbiB1c2luZyBQeURldiBmb3IgcXVpdGUgYSB3aGlsZSB0b2dldGhl ciB3aXRoIFN1YmNsaXBzZS4gSW4gdGhlClB5RGV2IHBlcnNwZWN0aXZlIEkgdXNlZCB0byBzZWUg dGhlIHN1YnZlcnNpb24gcmVwb3NpdG9yeSBzdGF0dXMgaW4gdGhlCk5hdmlnYXRvciB2aWV3LgoK QWZ0ZXIgaW5zdGFsbGluZyB0aGUgbGF0ZXN0IFB5RGV2IHRoZSBOYXZpZ2F0b3Igb25seSBkaXNw bGF5cyB0aGUgZmlsZXMKd2l0aG91dCBhbnkgU1ZOIGluZm8uCgpIb3cgY2FuIEkgZ2V0IHRoZSBT Vk4gaW5mbyBiYWNrIGluIE5hdmlnYXRvcj8KCnRoYW5rcyBhIGxvdApBbmRyw6kK |
From: SourceForge.net <no...@so...> - 2006-11-03 22:09:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3994825 By: smilelover This is my PydevLog.log after the experiment: AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 PyCodeCompletion: Starting getCodeCompletionProposals PyCodeCompletion: Request:CompletionRequest[ editorFile:/home/android/projekty/prj/src/mod.py activationToken:wx. qualifier: isInCalltip:false alreadyHasParams:false] PyCodeCompletion: AbstractShell.getServerShell AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 PyCodeCompletion: END AbstractShell.getServerShell ASTManager: getCompletionsForModule AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 ASTManager: getCompletionsForModule ASTManager: getGlobalCompletions AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 AbstractShell: executing /usr/bin/python2.4 /home/android/.eclipse-callisto/plugins/org.python.pydev_1.2.5/PySrc/pycompletio nserver.py 53388 57545 AbstractShell: afterCreateProcess AbstractShell: connecting... AbstractShell: connecting attept...1 AbstractShell: connected! AbstractShell: Synchronizing on shells... AbstractShell: Getting shell relatedId:0 id:1 And with dir(wx) -- when run, it exited successfully, when run with "print dir(wx)", it printed the result sucessfully. Dan ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-03 09:36:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3993905 By: absolute_matt Fabio, Many thanks, upgrading worked a treat! Matt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 21:45:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3993352 By: fabioz Try upgrading to the latest version... this is a known bug for that version. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 17:24:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992985 By: absolute_matt Im using pyDev 1.2.2 on eclipse 3.2 with java 1.5 Thanks Matt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 17:12:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992965 By: fabioz Which pydev version are you using? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 15:40:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992821 By: absolute_matt Hi Guys, I have a jython script which runs through fine. When I run the debugger on it it stops at breakpoints and will step over etc. However when it hits the import statement "from normalDate import ND" it ignores all breakpoints after this and just continues running through the whole thing. I know it is this statement because if I comment it out I can step through the run with no problems (until something that uses ND is hit of course). Any ideas would be much appreciated. Matt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 10:18:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992440 By: fabioz To debug the problem, can you: 1. Mark 'debug code-completion' in the code-completion preferences 3. Create a new project with the default 'src'structure 4. Create an empty file and request a code-completion 5. Write import wx and then make a request on 'wx.' 6.Wait for at least 1 minute before killing Eclipse and pass me the log on: .metadata/.plugins/org.python.pydev.core/PydevLog.log Also, it may be a change in your configuration if it worked before... have you added some firewall? This could have effects in the debugger... There was a bug related to some misconfiguration in linux too (it might be worth checking if you have a similar problem: http://sourceforge.net/tracker/index.php?func=detail&aid=1509582&group_id=85796& atid=577329) Also, check if you can do the following (create an empty file in eclipse and just run the code below through eclipse): import wx dir(wx) and see if it brings you all the completions for wx without problems... Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-02 07:10:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992255 By: smilelover I created a new project and tried autocompletion on various libs (cherrypy, PyGTK) and it worked. Then I imported wx into the new project and it worked as well. After that I tried autocompletion in my older projects and it worked, even with wxPython. I restarted Eclipse and tried it again. In older projects "wx." freezed Eclipse, in another newly created project - it freezed the IDE too :( ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-01 21:53:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3991733 By: fabioz Is it just on wxpython code completion or on any builtin (if you request a code-completion in an empty file, does it show you the builtins correctly?) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-01 21:44:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3991724 By: smilelover Hi all, I'm using Eclipse 3.2.1 with PyDev 1.2.5 on Ubuntu 6.06. Everytime I import wx and type "wx.", Eclipse freezes -- not with CPU overload from loading the lib, it just freezes. I use wxPython 2.6.1.2pre. Any suggestions? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-01 21:36:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3991711 By: jard1234 Ok, I installed 1.2.5 and the debugger is working! Great. Will keep updating in case I find something wrong. Thanks a lot. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-01 15:16:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3991248 By: fabioz It's already released ;-) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-11-01 15:04:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3991229 By: jard1234 Thanks Fabio for your good news. I am looking forward to having the fixed version. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: Fabio Z. <fa...@gm...> - 2006-11-01 12:01:07
|
Hi All, Pydev and Pydev Extensions 1.2.5 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: ----------------------------------------------------------------- * Minor bug on mark occurrences fixed * The quick outline now will go to the 'sole item' in the tree even if it is not selected (and OK is pressed) Release Highlights in Pydev: ---------------------------------------------- * Early release of the Pydev package explorer View. Features already implemented: o Common resource actions (delete, copy, rename, team...) o Shows the Source folder with a different icon o Linking mode enabled o Shows the outline for a python file o Opening an item in the outline opens the correct place in the correspondent file o NOTE: The package explorer is still in a beta state * Debugger bug-fix: Crash when debugging wxPython programs should not happen anymore * When opening a file, the encoding is considered (and not only when saving it) * Patches from Gergely Kis: o Option for having a 'default interpreter' in the combo for selecting which interpreter to use for a run o Saving the things related to the pydev project in a .pydevproject file to be commited * Patch from Gregory Golberg: o Ctrl+Shift+D when a variable is selected in debug mode shows the variable value What is PyDev? --------------------------- PyDev is a plugin that enables users to use Eclipse for Python and Jython 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 ESSS - Engineering Simulation and Scientific Software http://www.esss.com.br Pydev Extensions http://www.fabioz.com/pydev Pydev - Python Development Enviroment for Eclipse http://pydev.sf.net http://pydev.blogspot.com |
From: SourceForge.net <no...@so...> - 2006-10-30 21:45:34
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3988518 By: fabioz There's a bug in the debugger in 1.2.4. It's already fixed for the next version in the cvs (1.2.5) and it's a bug related to wxPython, so, that's probably your problem. I have plans on releasing the new version pretty soon (probably until Wednesday). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-10-30 21:32:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3988512 By: jard1234 Furthermore. I was able to get the application up with a break point at the wxFrame's __init__ method and from there hitting F6 all the way until the method completed. Then a hit F8 to let it go and the window poped up correctly. Now invoking any menu option the debugger crashes. If I put a breakpoint in the handler function of that menu option and hitting F6 step by step sometimes it brings the window back, sometimes the debugger crashes, The Error Log view is always empty, very fustrating. The log file under .metadata did not come back again after I deleted it for a fresh -re-start of Eclipse. Looks that it will take days for me to solve my problem if I have to hit F6 on each of my lines of code. Very dishearting. Any help will be really appreciated. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |