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-06-05 11:51:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763413 By: fabioz You can try adding "twisted" to the 'forced builtins'. Check http://fabioz.com/pydev/manual_101_interpreter.html for more details. There is also a screencast that gives some info about it (http://showmedo.com/videoListPage?listKey=PyDevEclipseList) 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-06-05 06:12:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763143 By: sfamix Ooops: from twisted.internet import reactor (forgot the 'dot') ______________________________________________________________________ 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-06-05 06:11:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763142 By: sfamix Hello, it seems, that the auto-complete feature does not work reliably with all Twisted modules (www.twistedmatrix.com). Take this code: from twisted internet import reactor reactor.listenTCP(8000, f) reactor.run() Both listenTCP() and run() are not found by PyDev. They are missing in the module's file, but still they are in the module's functionality. Don't ask me how this happens, I am too unknown to Python, yet. The completion works however in the PythonWin IDE. First I thought it may be that this is due to the Zope interfaces, but as it seems, this part of the code does not implement interfaces, so it must be some other technique they use. ______________________________________________________________________ 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-06-04 08:14:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3762434 By: shahbaztyagi Actualy, lots of users dont know python. So What can be different ways (as wizard), so that we can generate scripts for them. Any idea how we can do this. ______________________________________________________________________ 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-06-03 19:22:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3762099 By: sfamix > 'd reccomend removing all and reinstalling. Been there, done that :-( It seems, one of the plugins I use comes 'preconfigured' with the warning. Good link however, thank you. It, indeed, was a problem with the SourceForge.net update-site as mentioned in that link. Now all is fine. ______________________________________________________________________ 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-06-03 09:59:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761761 By: fabioz Hi, sorry for taking long to respond (that's why I like bug-reports more... they usually don't get lost in my inbox) So, if you could report a bug, so that we could keep with the discussion there, it would be nice... Cheers, Fabio p.s. Have you checked if you have a firewall on (that could make a lot of difference as the code-completion connects to a shell to get the builtins) ______________________________________________________________________ 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-06-03 09:47:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761757 By: fabioz Well, not setting the project properly may be a problem... I'm not sure if I already pointed it to you, but have you checked the getting started guide? -- http://fabioz.com/pydev/manual_101_root.html I've also posted a screencast to showmedo.com (http://showmedo.com/videoListPage?listKey=PyDevEclipseList) -- the first one explains how to configure things. So, if after checking those, you still have doubts, please report back again... 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-06-03 09:42:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761753 By: fabioz Actually, that warning should not be a problem (that's because sometimes Eclipse has one version and requests the variables asynchronously, and the debugger already moved on -- I've already supressed that warning for the next release). Actually, I'll try to get turbogears myself, so that I know what is actually going on, but I'm not sure when I'll be able to do it... On the other way, you can try checking the debugger code and trying to handle it yourself (check org.python.pydev.debug/pysrc/pydevd.py and pydevd_comm.py, and other pydevd_xxx.py files -- it should not be so hard to understand... take a look in pydevd.py: PyDB.trace_dispatch and check the breakpoints (at self.breakpoints) -- there you can also put a print to see where you're in the tracing code (filename). Should not be very hard, so, if you want you can try diagnosing it yourself and I can give you the tips on how the code works -- that's the good side of open source -- or you can wait for me, but I don't know when I'll be able to get to it. 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-06-03 09:33:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761748 By: fabioz I'd reccomend removing all and reinstalling. Have you checked: http://fabioz.com/pydev/manual_101_install.html -- 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-06-03 01:28:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761533 By: sfamix Trying to update PyDev and PyDev Extensions (Eval version) with the eclipse update-manager I get an error when selecting the PyDev 1.0.8 update in the updater dialog: "----- Current configuration problems -----" I don't know what to do. For all other plugins I get this: "The current configuration contains errors and this operation can have unpredictable results." Maybe this is connected ? How can I find out, what causes the problems ? Thanks. ______________________________________________________________________ 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-06-02 22:19:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761449 By: treaves I've posted before relating to debugging in the following situation, but those issues were not resolved (although thanks to Fabio for trying). After some further investigation, I think a large part of the problem is that I have not setup my Eclipse project properly. I'm trying to develope a Zope Plone application. With Zope, Products (as they are called) are all installed in a Products directory. So my Product is in a folder named MyProduct. In the MyProduct folder is the __init__.py file. Here is a sample of the header: from Products.CMFCore import CMFCorePermissions from Products.Archetypes import listTypes from Products.MyProduct.config import * from Products.MyProduct.MyProduct.SomeType import * So in the MyProduct folder, I also have a file config.py, and another folder named MyProduct, and in that folder, a file named SomeType.py. Now, my projects folder - the one in source control - is MyProduct. So to create a project, I browsed my Subversion server, and checked out the MyProduct folder into a new project. So in worksoace, I have MyProduct. I also set the project up to use PyLint. In the project properties, I've added the Zope Products folder as an external source folder. (/usr/zope_sites/MySite/Products) This folder has subfolders of CMFCore, Archetypes, etc. Neither PyLint nor PyDev are able to find anything in the above import list. None of them. I thought perhaps for MyProduct.SomeType this was due to to the Products prefix. So I set up a new project, created a Products folder, and then added the root folder as the source folder. workspace/NewProject/Products/MyProduct So in this case, the source folder is NewProject. Still nothing. What am I doing wrong? Where my code has to look like that in the above imports, what is the correct way to setup the project? What should the source folder be set to? What folder should be added as an external source folder so that PyDev & PyLint can find CMFCore, and such? ______________________________________________________________________ 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-06-02 19:22:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761292 By: nobody <a href="http://33a0.earticolo.com/computerportatileprezzo/"> computerportatileprezzo </a> http://1368c.buonofferta.com/autoepoca/ <a href="http://bf7c.buonofferta.com/folder/"> folder </a> and when I put her legs on my shoulders... <a href="http://22231.vostropagina.com/indexmp3/"> indexmp3 </a> http://b410.vostropagina.com/predictivedialer/ <a href="http://533b.earticolo.com/ducati999/"> ducati999 </a> your bloody cryes is shit, just take a look at that dead babes <a href="http://3c7d.buonofferta.com/hardgay/"> hardgay </a> http://30f5.buonofferta.com/giocogolfminigolf/ <a href="http://20dc4.vostropagina.com/napavalleycosefare/"> napavalleycosefare </a> it was so sexy and nice, take a look how I've kill this little bitch <a href="http://1775b.earticolo.com/taiwanshopping/"> taiwanshopping </a> http://7d20.earticolo.com/nikeairmax/ <a href="http://1e500.buonofferta.com/lavorazionilaser/"> lavorazionilaser </a> I've shut the sheriff there. Oh I've raped her before. <a href="http://12b71.vostropagina.com/colosseo/"> colosseo </a> http://8cfd.buonofferta.com/piscinavetroresina/ <a href="http://18204.vostropagina.com/canoalegno/"> canoalegno </a> and when I put her legs on my shoulders... <a href="http://115e1.vostropagina.com/tiziano/"> tiziano </a> http://21c0.earticolo.com/playmobil/ <a href="http://13b07.earticolo.com/filmup/"> filmup </a> it was so sexy and nice, take a look how I've kill this little bitch <a href="http://e4bb.earticolo.com/risultatipartite/"> risultatipartite </a> http://3d00.earticolo.com/freedownloadpowerdvd/ <a href="http://21525.buonofferta.com/appuntidirittoprivato/"> appuntidirittoprivato </a> her last cry before death was amazing <a href="http://f700.vostropagina.com/routervoip/"> routervoip </a> http://1cf20.buonofferta.com/ragazzacesenatico/ <a href="http://1958c.buonofferta.com/valentino/"> valentino </a> it was so sexy and nice, take a look how I've kill this little bitch D4E5F569853953710A9EA0D42E244620D1ED377C ______________________________________________________________________ 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-06-02 18:35:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761247 By: billcchkk Hi Fabio, I removed the interpreter and restarted eclipse, then readded the interpreter and it rebuilt the PYTHONPATH. I reran the debugger and still see the same problem. I then realized that I could try setting a breakpoint and try to debug the import (and how cool is that!) to see if I could isolate the problem to a single line in the import. Long story short, I was able to isolate it down to one of the imports, and was able to walk through the initialization. There's no error from the python code, but I do see an error in the PDE runtime error log: --- begin --- Error 2006-06-02 13:16:58.360 Error fetching a variable org.eclipse.core.runtime.CoreException: pydevd error:Error resolving frame: 29242056 from thread: 10434544 at org.python.pydev.debug.model.remote.GetVariableCommand.getResponse(GetVariabl eCommand.java:60) at org.python.pydev.debug.model.PyVariableCollection.getCommandVariables(PyVaria bleCollection.java:81) at org.python.pydev.debug.model.DeferredWorkbenchAdapter.commandComplete(Deferre dWorkbenchAdapter.java:127) at org.python.pydev.debug.model.remote.AbstractDebuggerCommand.processResponse(A bstractDebuggerCommand.java:112) at org.python.pydev.debug.model.remote.DebuggerReader.processCommand(DebuggerRea der.java:101) at org.python.pydev.debug.model.remote.DebuggerReader.run(DebuggerReader.java:12 0) at java.lang.Thread.run(Unknown Source) --- end --- and --- begin --- Error 2006-06-02 13:16:58.360 pydevd error:Error resolving frame: 29242056 from thread: 10434544 An exception stack trace is not available. --- end --- So, it looks like a pydev debugger issue to me. This is with Python 2.4.2 on Windows XP. Thanks, - Bill ______________________________________________________________________ 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-06-02 18:30:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761243 By: alexjc Ok, thanks Fabio. Btw, I posted some notes about how I work test-driven in PyDev: http://aigamedev.com/Blog/2006/06/02/test-driven-development-in-pydev/ Alex ______________________________________________________________________ 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-06-02 18:22:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761237 By: fabioz Hi Alex, Currently not, but you can add those requests to the feature-requests tracker (https://sourceforge.net/tracker/?group_id=85796&atid=577332) 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-06-02 17:42:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761198 By: alexjc Is it possible to bind the "Run As Python unit test" command to a key, so that the current file can be easily executed. Currently, it's not available in the "Pydev - Run" category. Also, it'd be nice to pass the current class/function name to the runfiles.py so one test can be run selectively, like in C# .NET. Great work though, I love the plugin. Alex ______________________________________________________________________ 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-06-02 16:51:11
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761140 By: fabioz Ok, that might be a problem... Try removing the interpreter, applying the change and then adding it again (it should get a clean config then). 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-06-02 16:20:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761110 By: billcchkk Hi Fabio, Thanks for the reply. It seems to happen with any package in turbogears. For instance, it happens if I import cherrypy. I did a grep through all of the TurboGears source (actually, all of the source in site-packages) and there is no call to settrace. One thing I did notice when I was looking through my PyDev configuration is that the System PYTHONPATH under the Pydev Python interpreter settings has the site-packages subdirectories listed, but they are older versions, probably generated when I first installed PyDev? Is there a way to regenerate that list? I'm going to update it by hand and see if that fixes the problem. Thanks, - Bill ______________________________________________________________________ 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-06-02 16:01:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761084 By: fabioz Well, Pydev uses the tracing facility for doing the debugger (as all other debuggers), so, maybe when you make that import in turbogears it changes that tracing facility (sys.settrace and threading.settrace). It might be worth asking the turbogears authors if turbogears changes that for some reason... if they do, it has to be changed there, as the debugger will be 'out of the loop' for checking breakpoints (and there's nothing pydev can do about it). If that's not the case, then it might be a bug, but I think that this is more unlikely, as just making that import breaks it. 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-06-02 15:35:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3761044 By: billcchkk Good morning, I'm using PyDev 1.0.8 on Windows XP with Eclipse 3.1. I am working with TurboGears 0.9a6, and am attempting to debug a unit test. Although the standard unit test runner for TurboGears is 'nose', I've switched to using straight python unittest so I can run it from PyDev's "Run As" -> "Python unit-test" or "Python Run" (I set a main). This all works fine. However, if I try to debug the unit-test by using "Debug As" -> "Python Run", I cannot get it to stop at the set breakpoint. This only happens if I import a turbogears package, so it might be a PYTHONPATH problem, but there is no indication what the problem might be. It runs normally, and I see the test results, but the debugger will not stop at the breakpoint. The unittest file is: --- begin test_test.py --- import unittest #from turbogears import testutil class testTest(unittest.TestCase): def testAssert(self): assert "Test" == "Test" if __name__ == "__main__": unittest.main() --- end test_test.py --- I set a breakpoint at the unittest.main() line, and run it as a debug run, and everything works fine. If I uncomment the 'from turbogears import testutil' line, it runs, but does not stop at the breakpoint. Any clues? All of the TurboGears components are in eggs in Python24/Lib/site-packages, which means that they have path information in Python24/Lib/site-packages/<whatever>.pth files. Perhaps the debugger is not picking those up, so it doesn't know how to resolve the import? Pure conjecture, of course. Any clues? Thanks, - Bill ______________________________________________________________________ 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: Don T. <nos...@gm...> - 2006-06-01 15:40:15
|
SourceForge.net wrote: I found Fabio's example very handy so I made it into a module and used the pretty printer instead of print: FWIW, here is my excepthooker.py file: """ Print locals and globals on any exception. Usage: import sys from excepthooker import myHook ... if __name__ == '__main__': sys.excepthook = myHook ... """ import sys import pprint def myHook(type, value, traceback): ppr = pprint.PrettyPrinter(indent=4) initial_ctx = traceback.tb_next while initial_ctx.tb_next is not None: initial_ctx = initial_ctx.tb_next print 'locals on exception:' ppr.pprint(initial_ctx.tb_frame.f_locals) print 'globals on exception:' ppr.pprint(initial_ctx.tb_frame.f_globals) #now, call the original. sys.__excepthook__(type, value, traceback) # Testing code follows def m1(a = 10, b = 27): global c c=42 raise RuntimeError('here') if __name__ == '__main__': sys.excepthook = myHook m1() |
From: Fabio Z. <fa...@gm...> - 2006-06-01 15:20:22
|
Probably... you can add that as a feature request... On 6/1/06, Don Taylor <nos...@gm...> wrote: > > Fabio: > > I wonder if the globals browser could/should start its search from the > currently pointed to word when ctrl-shift-T is hit? > > Don. > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |
From: Don T. <nos...@gm...> - 2006-06-01 15:11:51
|
Fabio: I wonder if the globals browser could/should start its search from the currently pointed to word when ctrl-shift-T is hit? Don. |
From: Don T. <nos...@gm...> - 2006-06-01 14:47:58
|
Fabio Zadrozny wrote: > Actually, the thing is that you're in a console... so, that's inherent > to the console working (you'll have the same problems in the python > interactive interpreter) Yes I see similar behaviour in Pycrust. It makes sense when you aretyping into an interpreter but it is not what you want when you cut and paste or echo into an interpreter. > > I'm thinking about alternative ways of doing it, and not depending on an > actual python interpreter (or maybe detecting those things and passing > it correctly to the interpreter), but I still have no fix for it. > > -- Still, you can add a bug-report for it Ok. > > Cheers, > > Fabio |
From: Fabio Z. <fa...@gm...> - 2006-06-01 13:55:06
|
Hi Don, On 6/1/06, Don Taylor <nos...@gm...> wrote: > > Fabio: > > I have just been playing with the interactive console (as a result of > your recent posting on the Python newsgroup) and I have set 'Evaluate on > console on each new line (or only on request)?' to on. > > I noticed this behaviour which may be a bug? > > If I type: > > for i in range (1,10): > print i, > print "foo" > > Actually, the thing is that you're in a console... so, that's inherent to the console working (you'll have the same problems in the python interactive interpreter) I'm thinking about alternative ways of doing it, and not depending on an actual python interpreter (or maybe detecting those things and passing it correctly to the interpreter), but I still have no fix for it. -- Still, you can add a bug-report for it Cheers, Fabio |