My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 7 days

  • Dec 06, 2009
    issue 348 (Please add support for a Revision Control System) reported by dghelardi   -   A native support for a Revision Control System would be greatly appreciated. When a file or project is put under revision control, pressing the save button should trigger a checkin. As short term solution a temporary directory con be created and backup copies of source files stored with numbered file names every time the save button il pressed, so different versions can be retrieved with a dialog box. Thank you for this stunning IDE! David
    A native support for a Revision Control System would be greatly appreciated. When a file or project is put under revision control, pressing the save button should trigger a checkin. As short term solution a temporary directory con be created and backup copies of source files stored with numbered file names every time the save button il pressed, so different versions can be retrieved with a dialog box. Thank you for this stunning IDE! David
  • Dec 03, 2009
    issue 347 (Fav Path isn't added to the list!) reported by kaymatrix   -   What steps will reproduce the problem? 1. Open File Explorer and select a folder 2. right click some where inside the file explorer. 3. click Fav -> Add to Fav. What is the expected output? What do you see instead? Selected path must be added to the fav list. But it isn't. Only toolbar option working. Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. Open File Explorer and select a folder 2. right click some where inside the file explorer. 3. click Fav -> Add to Fav. What is the expected output? What do you see instead? Selected path must be added to the fav list. But it isn't. Only toolbar option working. Please use labels and text to provide additional information.

Last 30 days

  • Nov 29, 2009
    issue 302 (please support save python path in pyscripter) commented on by noocnexus   -   I thought this was a bug, but then I read this and was kind of surprised. Why would anyone want an execution session based path setting. It should be persistent and be set like it is now and not in a script. It should also be possible to set project specific paths.
    I thought this was a bug, but then I read this and was kind of surprised. Why would anyone want an execution session based path setting. It should be persistent and be set like it is now and not in a script. It should also be possible to set project specific paths.
  • Nov 27, 2009
    issue 346 (Odd keyboard behaviour after finding a word) reported by derekpenguin   -   What steps will reproduce the problem? 1. Type the string: def WriteMethodsToFile(o, ObjectName) 1. Search for "(" 2. Press right arrow What is the expected output? What do you see instead? I'd expect that the cursor moves to the right of the "(" and before the "o," The cursor actually moves one more spot the right (past the "o" and before the "," ) What version of the product are you using? On what operating system? 1.9.9.7 XP Please provide any additional information below. I've seen another issue which mentioned Delphi keyboard settings, perhaps there could be an installation option ("Delphi vs. Microsoft") Most IDEs move the cursor just to the right of the selection, but not that extra space. PythonWin, NetBeans, Visual Studio, IDLE
    What steps will reproduce the problem? 1. Type the string: def WriteMethodsToFile(o, ObjectName) 1. Search for "(" 2. Press right arrow What is the expected output? What do you see instead? I'd expect that the cursor moves to the right of the "(" and before the "o," The cursor actually moves one more spot the right (past the "o" and before the "," ) What version of the product are you using? On what operating system? 1.9.9.7 XP Please provide any additional information below. I've seen another issue which mentioned Delphi keyboard settings, perhaps there could be an installation option ("Delphi vs. Microsoft") Most IDEs move the cursor just to the right of the selection, but not that extra space. PythonWin, NetBeans, Visual Studio, IDLE
  • Nov 25, 2009
    issue 16 (Please add support for Code Folding. Enhancment) commented on by kaymatrix   -   code folding........ PLEASE!
    code folding........ PLEASE!
  • Nov 24, 2009
    issue 345 (Bug? PyScripter using old version of file, even though it wa...) commented on by leavoa   -   Yup, still happens with version 1.9.9.7 Seems unlikely to me that such a bug would creep so far into development... I'm much more inclined to think it has something to do with how I'm doing things - but since this was the behaviour out of the box... not sure what to think.
    Yup, still happens with version 1.9.9.7 Seems unlikely to me that such a bug would creep so far into development... I'm much more inclined to think it has something to do with how I'm doing things - but since this was the behaviour out of the box... not sure what to think.
  • Nov 24, 2009
    issue 345 (Bug? PyScripter using old version of file, even though it wa...) commented on by leavoa   -   Sorry, forgot to indicate I was using version 1.9.9.6 I'll download the latest version and verify.
    Sorry, forgot to indicate I was using version 1.9.9.6 I'll download the latest version and verify.
  • Nov 24, 2009
    issue 345 (Bug? PyScripter using old version of file, even though it wa...) reported by leavoa   -   I'm having a small problem which I think might be some sort of bug: Portable Python 1.1 based on Python 2.6.1 "installed" on a sandisk cruzer 2gb pen drive (disk on key/flash drive). Connected to XP machine. using PyScripter, I opened multiple files via: "File > Open" and selected multiple files script_a imports script_b I run script_a which errors because of a function in script_b I fix the function in script_b and run script_a it still errors out (even though the file has been saved). If I save all scripts, close pyscripter and open it again (script_b has the corection I made) it works fine and uses the new version of script_b. This is very weird... Looks to me like the import function isn't working properly (using data from a cache of some sort?) Let me know if you need more info... the problem is definitely reproducible! -Leav P.S. Portable Python developer dude indicated that it's not on his end...
    I'm having a small problem which I think might be some sort of bug: Portable Python 1.1 based on Python 2.6.1 "installed" on a sandisk cruzer 2gb pen drive (disk on key/flash drive). Connected to XP machine. using PyScripter, I opened multiple files via: "File > Open" and selected multiple files script_a imports script_b I run script_a which errors because of a function in script_b I fix the function in script_b and run script_a it still errors out (even though the file has been saved). If I save all scripts, close pyscripter and open it again (script_b has the corection I made) it works fine and uses the new version of script_b. This is very weird... Looks to me like the import function isn't working properly (using data from a cache of some sort?) Let me know if you need more info... the problem is definitely reproducible! -Leav P.S. Portable Python developer dude indicated that it's not on his end...
  • Nov 23, 2009
    issue 344 (code completion often not working (intellisense)) reported by derekpenguin   -   What steps will reproduce the problem? Type in the following code: s = "some string" for c in s: c. OR: import urllib s= 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing=' h = urllib.urlopen(s+'12345') t = h. What is the expected output? What do you see instead? I expect to see a code completion list for c. (showing string functions) Similar problem in the second scenario with "h." NOTE: this behaviour works in the "python interpreter" What version of the product are you using? On what operating system? 1.9.9.7 on windows xp
    What steps will reproduce the problem? Type in the following code: s = "some string" for c in s: c. OR: import urllib s= 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing=' h = urllib.urlopen(s+'12345') t = h. What is the expected output? What do you see instead? I expect to see a code completion list for c. (showing string functions) Similar problem in the second scenario with "h." NOTE: this behaviour works in the "python interpreter" What version of the product are you using? On what operating system? 1.9.9.7 on windows xp
  • Nov 20, 2009
    issue 343 (False file change notifcation on save to network/Samba share) reported by I....@ed.ac.uk   -   What steps will reproduce the problem? 1. Open a file on a network share provided by a Linux server via Samba. 2. Change file and save. 3. Wait a few seconds. 4. A file change notification appears. But the file has only been changed in PyScripter prior to saving and not externally. There should not be a file change notification. What version of the product are you using? On what operating system? PyScripter 1.9.9.6. Please provide any additional information below. * I am aware that this may be difficult reproduce. I have tested this with two different Linux servers with completely different setups. The clocks on all computers are synchronised to within a second. * I can confirm that this error is specific to PyScripter. The PsPad and UltraEdit editors to not raise a file change notification under these circumstances. * I could well accept to have the file change notification disabled altogether, but that does not seem to be possible.
    What steps will reproduce the problem? 1. Open a file on a network share provided by a Linux server via Samba. 2. Change file and save. 3. Wait a few seconds. 4. A file change notification appears. But the file has only been changed in PyScripter prior to saving and not externally. There should not be a file change notification. What version of the product are you using? On what operating system? PyScripter 1.9.9.6. Please provide any additional information below. * I am aware that this may be difficult reproduce. I have tested this with two different Linux servers with completely different setups. The clocks on all computers are synchronised to within a second. * I can confirm that this error is specific to PyScripter. The PsPad and UltraEdit editors to not raise a file change notification under these circumstances. * I could well accept to have the file change notification disabled altogether, but that does not seem to be possible.
  • Nov 19, 2009
    issue 342 (Use relative paths in project files) reported by mikejohnwyatt   -   What steps will reproduce the problem? 1. Create a new project. 2. Add a file. 3. Save the project. What is the expected output? What do you see instead? Currently, the absolute file path is stored in the psproj file. I think it would be better to store the relative path, so the project and it's files could be moved around without causing any issues. What version of the product are you using? On what operating system? 1.9.9.6 on Windows XP SP2 Please provide any additional information below.
    What steps will reproduce the problem? 1. Create a new project. 2. Add a file. 3. Save the project. What is the expected output? What do you see instead? Currently, the absolute file path is stored in the psproj file. I think it would be better to store the relative path, so the project and it's files could be moved around without causing any issues. What version of the product are you using? On what operating system? 1.9.9.6 on Windows XP SP2 Please provide any additional information below.
  • Nov 19, 2009
    issue 341 (Tkinter frame.quit runtime error) reported by nox.freak   -   What steps will reproduce the problem? 1. Load PyScripter 1.9.9.7 2. Load attached code or see bottom of this message. 3. Run the program and click the 'quit' button. 4. It will then lock up and after 10-15 sec. will return a runtime error. What is the expected output? What do you see instead? The application should quit/close. What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP SP3 Python 3.0 Please provide any additional information below. If you run the script without using PyScripter it works without locking up or outputting any errors. >>>>>>>>>>>>>> CODE START <<<<<<<<<<<<<< from tkinter import * class App: def __init__(self, master): frame = Frame(master) frame.pack() self.button = Button(frame, text="QUIT", fg="red", command=frame.quit) self.button.pack() root = Tk() app = App(root) root.mainloop() >>>>>>>>>>>>>> CODE END <<<<<<<<<<<<<<
    What steps will reproduce the problem? 1. Load PyScripter 1.9.9.7 2. Load attached code or see bottom of this message. 3. Run the program and click the 'quit' button. 4. It will then lock up and after 10-15 sec. will return a runtime error. What is the expected output? What do you see instead? The application should quit/close. What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP SP3 Python 3.0 Please provide any additional information below. If you run the script without using PyScripter it works without locking up or outputting any errors. >>>>>>>>>>>>>> CODE START <<<<<<<<<<<<<< from tkinter import * class App: def __init__(self, master): frame = Frame(master) frame.pack() self.button = Button(frame, text="QUIT", fg="red", command=frame.quit) self.button.pack() root = Tk() app = App(root) root.mainloop() >>>>>>>>>>>>>> CODE END <<<<<<<<<<<<<<
  • Nov 19, 2009
    issue 16 (Please add support for Code Folding. Enhancment) commented on by pztrick44   -   I love the IDE, and it really really sucks that code folding is absent.
    I love the IDE, and it really really sucks that code folding is absent.
  • Nov 09, 2009
    issue 16 (Please add support for Code Folding. Enhancment) commented on by paracha3   -   really really need this block collapsing feature
    really really need this block collapsing feature

Earlier this year

  • Oct 20, 2009
    issue 340 (Checking for updates should be disabled by default / proxy s...) reported by Scythal   -   PyScripter checks automatically for updates when it starts. In most companies a proxy prevents the application from accessing the external network and proxy settings have to be specified (in some it just won't be allowed). In that case, PyScripter is frozen and there is no way to get the control. To solve that, - PyScripter should not check by default, to allow the user to stay in control in case of a proxy; - proxy settings should be available.
    PyScripter checks automatically for updates when it starts. In most companies a proxy prevents the application from accessing the external network and proxy settings have to be specified (in some it just won't be allowed). In that case, PyScripter is frozen and there is no way to get the control. To solve that, - PyScripter should not check by default, to allow the user to stay in control in case of a proxy; - proxy settings should be available.
  • Oct 16, 2009
    issue 339 (Can not start Pyscripter versions newer than 1.9.9.2) commented on by dghelardi   -   Sorry, the problem is solved installing the MS VC++ redistributable package as stated in the readme.
    Sorry, the problem is solved installing the MS VC++ redistributable package as stated in the readme.
  • Oct 16, 2009
    issue 339 (Can not start Pyscripter versions newer than 1.9.9.2) commented on by mproeller   -   Install the c++ redistributable package from http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D- 3802B2AF5FC2&displaylang=en and try again
    Install the c++ redistributable package from http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D- 3802B2AF5FC2&displaylang=en and try again
  • Oct 16, 2009
    issue 339 (Can not start Pyscripter versions newer than 1.9.9.2) reported by dghelardi   -   What steps will reproduce the problem? 1. start pyscripter 1.9.9.2 from zip (registry free installation) 2. install pyscripter ver > 1.9.9.2 3. Starting the new pyscripter issues the message "This application has failed to start because the application configuration is incorrect. Reinstalling the application may solve the problem" What is the expected output? What do you see instead? Uninstalling both 1.9.9.2 and newer version and reinstalling the newer does not solve the problem. What version of the product are you using? On what operating system? any piscripter version > 1.9.9.2 both .exe and .zip distribution packages. windows xp pro sp2. Please provide any additional information below.
    What steps will reproduce the problem? 1. start pyscripter 1.9.9.2 from zip (registry free installation) 2. install pyscripter ver > 1.9.9.2 3. Starting the new pyscripter issues the message "This application has failed to start because the application configuration is incorrect. Reinstalling the application may solve the problem" What is the expected output? What do you see instead? Uninstalling both 1.9.9.2 and newer version and reinstalling the newer does not solve the problem. What version of the product are you using? On what operating system? any piscripter version > 1.9.9.2 both .exe and .zip distribution packages. windows xp pro sp2. Please provide any additional information below.
  • Oct 14, 2009
    issue 338 (Feature Request: Support For Nose) reported by kausikram   -   Nose and Py.Test are becoming hot favorites amongst the developer community. Especially Nose with its autodiscovery features. It would be really nice if support for Nose and py.test be brought in with the unittesting module of pyscripter. P.S: nose and pytests both can be configured as external tools but. it would really be nice if we could get the extra functionality that pyscripter's unittesting provides
    Nose and Py.Test are becoming hot favorites amongst the developer community. Especially Nose with its autodiscovery features. It would be really nice if support for Nose and py.test be brought in with the unittesting module of pyscripter. P.S: nose and pytests both can be configured as external tools but. it would really be nice if we could get the extra functionality that pyscripter's unittesting provides
  • Oct 02, 2009
    issue 331 (rpyc not detected) commented on by tradigital   -   do you think I should comment: " I have a better idea, just use http://code.google.com/p/pymel/ ".
    do you think I should comment: " I have a better idea, just use http://code.google.com/p/pymel/ ".
  • Sep 30, 2009
    issue 331 (rpyc not detected) commented on by sebastien.ramage   -   PyScripter 1.9.9.7 cannot use rpyc 3.x because rpyc has been redesigned since Rpyc 2.6. rpyc 3.x has a core module so to make rpyc 3.x working with PyScripter, PyScripter need to be patched
    PyScripter 1.9.9.7 cannot use rpyc 3.x because rpyc has been redesigned since Rpyc 2.6. rpyc 3.x has a core module so to make rpyc 3.x working with PyScripter, PyScripter need to be patched
  • Sep 30, 2009
    issue 331 (rpyc not detected) commented on by tradigital   -   OK, yesterday I tried a couple of different things and still no luck. I had an error saying rpyc was looking for a module named core. There isn't a core module in the latest installation nor is there on in an earlier installation I tried. Today i'm on another machine and I installed rpyc-3.0.7.win32.exe for PyScripter 1.9.9.7 running Python26. This is a fresh install of rpyc with no previous versions installed. I get a PyScripter error when I try to switch the Python engine to Remote from the GUI menu. It says "The Rpyc module is not available. To use the remote Python Engine download Rpyc..." When I do an import rpyc: *** Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32. *** *** Internal Python engine is active ***
    OK, yesterday I tried a couple of different things and still no luck. I had an error saying rpyc was looking for a module named core. There isn't a core module in the latest installation nor is there on in an earlier installation I tried. Today i'm on another machine and I installed rpyc-3.0.7.win32.exe for PyScripter 1.9.9.7 running Python26. This is a fresh install of rpyc with no previous versions installed. I get a PyScripter error when I try to switch the Python engine to Remote from the GUI menu. It says "The Rpyc module is not available. To use the remote Python Engine download Rpyc..." When I do an import rpyc: *** Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32. *** *** Internal Python engine is active ***
  • Sep 29, 2009
    issue 331 (rpyc not detected) commented on by sebastien.ramage   -   Hum... Yes I'm sorry, I have tried to rename the new rpyc module in Rpyc but my test failed. My last comment was a mistake. tradigital is right. the problem is more complicated, since rpyc 3.x module is a complete redesign, so it's not just a case sensitive problem.
    Hum... Yes I'm sorry, I have tried to rename the new rpyc module in Rpyc but my test failed. My last comment was a mistake. tradigital is right. the problem is more complicated, since rpyc 3.x module is a complete redesign, so it's not just a case sensitive problem.
  • Sep 29, 2009
    issue 331 (rpyc not detected) commented on by tradigital   -   I'm having a similar issue when I try to "import Rpyc" (case-sensitive). Also, I have downloaded and installed rpyc 3.0.7 and PyScripter 1.9.9.7 and Python 2.6.2 and Python paths are setup for Python26 Message File Name Line Position Traceback <module> <module1> 1 <module> C:\Python26\lib\site-packages\Rpyc\__init__.py 35 exceptions.ImportError: No module named rpyc.core ------------------------------------------ when I run "import rpyc" (case-sensitive): Message File Name Line Position Traceback <module> <module1> 1 exceptions.ImportError: No module named rpyc
    I'm having a similar issue when I try to "import Rpyc" (case-sensitive). Also, I have downloaded and installed rpyc 3.0.7 and PyScripter 1.9.9.7 and Python 2.6.2 and Python paths are setup for Python26 Message File Name Line Position Traceback <module> <module1> 1 <module> C:\Python26\lib\site-packages\Rpyc\__init__.py 35 exceptions.ImportError: No module named rpyc.core ------------------------------------------ when I run "import rpyc" (case-sensitive): Message File Name Line Position Traceback <module> <module1> 1 exceptions.ImportError: No module named rpyc
  • Sep 27, 2009
    issue 337 (Large sets in memory cause the interpreter to run slowly) commented on by hanson.ira   -   Actually, now it's working. Maybe I had something else big happening in memory.
    Actually, now it's working. Maybe I had something else big happening in memory.
  • Sep 27, 2009
    issue 337 (Large sets in memory cause the interpreter to run slowly) reported by hanson.ira   -   1. In the interpreter, enter x={"A long string"+str(i) for i in range(1000000)} 2. Enter something that the interpreter should evaluate quickly, such as a single integer. The interpreter should process this second input quickly, and then return to the prompt immediately. Instead, after processing and displaying the output, it takes several seconds to return to the >>> prompt. PyScripter 1.9.9.7, Windows Vista 64-bit SP2
    1. In the interpreter, enter x={"A long string"+str(i) for i in range(1000000)} 2. Enter something that the interpreter should evaluate quickly, such as a single integer. The interpreter should process this second input quickly, and then return to the prompt immediately. Instead, after processing and displaying the output, it takes several seconds to return to the >>> prompt. PyScripter 1.9.9.7, Windows Vista 64-bit SP2
  • Sep 24, 2009
    issue 331 (rpyc not detected) commented on by sebastien.ramage   -   I have make a test by renaming rpyc by Rpyc and it simply works ! So I think PyScripter must try to import Rpyc (old module) and if it fails, try to import rpyc (new module). Don't forget that python is case sensitive
    I have make a test by renaming rpyc by Rpyc and it simply works ! So I think PyScripter must try to import Rpyc (old module) and if it fails, try to import rpyc (new module). Don't forget that python is case sensitive
  • Sep 24, 2009
    issue 256 (Seems like pyscripter 1.9.9.2 is not picking up code changes) commented on by mattc...@earthlink.net   -   The install of rpyc is not currently a fix for this issue since Pyscripter can not find the module even if it's installed. From the command line I can not import Rpyc but can import rpyc. I also have the issue that changes in secondary modules are not propagated unless I completely quit Pyscripter and then restart it. This applies to Pyscripter v 1.9.9.7 Python 2.6.2 rpyc 3.0.7
    The install of rpyc is not currently a fix for this issue since Pyscripter can not find the module even if it's installed. From the command line I can not import Rpyc but can import rpyc. I also have the issue that changes in secondary modules are not propagated unless I completely quit Pyscripter and then restart it. This applies to Pyscripter v 1.9.9.7 Python 2.6.2 rpyc 3.0.7
  • Sep 24, 2009
    issue 331 (rpyc not detected) commented on by mattc...@earthlink.net   -   OK this is just a WAG, but I noticed that earlier documentation always imported rpyc using a capital R, in all the examples. Indeed if you install rpyc in python 2.6 and attempt to import Rpyc it fails. But import rpyc succeeds. Inside the menu documentation it always refers to module Rpyc and not rpyc. Is it possible that the issue is as simple as a case sensitivity on the module name? Just speculation.
    OK this is just a WAG, but I noticed that earlier documentation always imported rpyc using a capital R, in all the examples. Indeed if you install rpyc in python 2.6 and attempt to import Rpyc it fails. But import rpyc succeeds. Inside the menu documentation it always refers to module Rpyc and not rpyc. Is it possible that the issue is as simple as a case sensitivity on the module name? Just speculation.
  • Sep 11, 2009
    issue 336 (auto indent failed for "print" ) reported by ckq614   -   What steps will reproduce the problem? when writing codes as below if a > 0: print "test" ///=> if hit "enter" here, the cursor will start from column 0 but not auto indent to align the "print" sentence
    What steps will reproduce the problem? when writing codes as below if a > 0: print "test" ///=> if hit "enter" here, the cursor will start from column 0 but not auto indent to align the "print" sentence
  • Sep 02, 2009
    issue 335 (Color scheme in 1.9.9.7 causes problems under certain circum...) reported by ippisl   -   What steps will reproduce the problem? 1. turn the windows color scheme to "black high contrast" using "left alt"-"left shift"-printscreen 2. run pyscripter 1.9.9.7 3. What is the expected output? What do you see instead? Excpected output is a readable ide menus(which i get in 1.9.9.6) , but in 1.9.9.7 it becomes unreadable. What version of the product are you using? On what operating system? 1.9.9.7 Please provide any additional information below. And thanks for a really great software :)
    What steps will reproduce the problem? 1. turn the windows color scheme to "black high contrast" using "left alt"-"left shift"-printscreen 2. run pyscripter 1.9.9.7 3. What is the expected output? What do you see instead? Excpected output is a readable ide menus(which i get in 1.9.9.6) , but in 1.9.9.7 it becomes unreadable. What version of the product are you using? On what operating system? 1.9.9.7 Please provide any additional information below. And thanks for a really great software :)
  • Aug 31, 2009
    issue 256 (Seems like pyscripter 1.9.9.2 is not picking up code changes) commented on by lenaqq   -   pyscripter is very good. If it can work with remote engine fine, I think we can ignore this problem first and let developer has more enhancement.
    pyscripter is very good. If it can work with remote engine fine, I think we can ignore this problem first and let developer has more enhancement.
  • Aug 30, 2009
    issue 334 (Filename mis-displayed.) reported by info.labs2.0   -   What steps will reproduce the problem? 1. Create new file named like "AT&T.py" 2. Open that file and you can see "AT(T).py"* * (T) means T, Underlined. What is the expected output? What do you see instead? PyScripter should show the filename correctly like 'AT&T.py'. What version of the product are you using? On what operating system? PyScripter 1.9.9.7 / Windows 7 (Microsoft Windows [Version 6.1.7100])
    What steps will reproduce the problem? 1. Create new file named like "AT&T.py" 2. Open that file and you can see "AT(T).py"* * (T) means T, Underlined. What is the expected output? What do you see instead? PyScripter should show the filename correctly like 'AT&T.py'. What version of the product are you using? On what operating system? PyScripter 1.9.9.7 / Windows 7 (Microsoft Windows [Version 6.1.7100])
  • Aug 28, 2009
    issue 333 (additional source files on the command line are ignored) commented on by Horst.Ha...@t-online.de   -   just to avoid double work: i send this issue to the PyScripter support email three days ago because i have not been aware of this online bugtracker.
    just to avoid double work: i send this issue to the PyScripter support email three days ago because i have not been aware of this online bugtracker.
  • Aug 28, 2009
    issue 333 (additional source files on the command line are ignored) reported by Horst.Ha...@t-online.de   -   What steps will reproduce the problem? 1. start PyScripter with several python source files on the commandline 2. 3. What is the expected output? What do you see instead? I expect all the source files from the command line to be opened: the focus should be on the last file given; no other files be open. I see all the files open which were open in the previous PyScripter session plus one (the first) file of the files from the commandline What version of the product are you using? On what operating system? 1.9.9.7 Windows XP Please provide any additional information below. the same thing used to work on version 1.7.2
    What steps will reproduce the problem? 1. start PyScripter with several python source files on the commandline 2. 3. What is the expected output? What do you see instead? I expect all the source files from the command line to be opened: the focus should be on the last file given; no other files be open. I see all the files open which were open in the previous PyScripter session plus one (the first) file of the files from the commandline What version of the product are you using? On what operating system? 1.9.9.7 Windows XP Please provide any additional information below. the same thing used to work on version 1.7.2
  • Aug 27, 2009
    issue 332 (Search and replace - regex pattern in replace) reported by gyorgy_f...@hotmail.com   -   Using regex in search and replace I'd expect to be able to use group references in replace pattern, but it does not work as I'd expect, or just simply not documented, how should be used. What steps will reproduce the problem? 1. Enter text "rizi-bizi" 2. Using regex option try to search "(zi)-(bi)" and replace it to \2-\1 What is the expected output? What do you see instead? I'd expect "ribi-zizi" but I got "ri2-1zi" What version of the product are you using? On what operating system? 1.9.9.7 on Windows XP SP 3 Please provide any additional information below.
    Using regex in search and replace I'd expect to be able to use group references in replace pattern, but it does not work as I'd expect, or just simply not documented, how should be used. What steps will reproduce the problem? 1. Enter text "rizi-bizi" 2. Using regex option try to search "(zi)-(bi)" and replace it to \2-\1 What is the expected output? What do you see instead? I'd expect "ribi-zizi" but I got "ri2-1zi" What version of the product are you using? On what operating system? 1.9.9.7 on Windows XP SP 3 Please provide any additional information below.
  • Aug 10, 2009
    issue 331 (rpyc not detected) reported by sebastien.ramage   -   What steps will reproduce the problem? 1. Install PyScripter 1.9.9.7 and Python 2.6.2 2. Install rpyc 3.0.6 3. try to set Remote Python engine What is the expected output? What do you see instead? PyScripter says : the Rpyc module is not available. but it is available. import rpyc works ! What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Python 2.6.2 rpyc 3.0.6 Windows XP SP2
    What steps will reproduce the problem? 1. Install PyScripter 1.9.9.7 and Python 2.6.2 2. Install rpyc 3.0.6 3. try to set Remote Python engine What is the expected output? What do you see instead? PyScripter says : the Rpyc module is not available. but it is available. import rpyc works ! What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Python 2.6.2 rpyc 3.0.6 Windows XP SP2
  • Aug 06, 2009
    issue 330 (Lack of Unicode support) reported by wasala   -   What steps will reproduce the problem? 1. Type following code and it shows extra spaces between characters in the code pane. (Script is Sinhala) #-*- coding: UTF-8 -*- print "අසඩෆඅසඩෆ" 2. When you run it it will only show some question marks ?????? (in the python interpreter pane - see attached image) 3. I tried using "අසඩෆඅසඩෆ".decode('utf-8') but no luck What is the expected output? What do you see instead? අසඩෆඅසඩෆ What version of the product are you using? On what operating system? 1.9.9.7 on XP (Python 2.6.2) Please provide any additional information below. When saved the file and executed, the output will show:අසඩෆඅසඩෆ Following code shows characters in the output area, but with extra spaces: #-*- coding: UTF-8 -*- print "අසඩෆඅසඩෆ".decode('utf-8') Saved file works fine in DrPython.
    What steps will reproduce the problem? 1. Type following code and it shows extra spaces between characters in the code pane. (Script is Sinhala) #-*- coding: UTF-8 -*- print "අසඩෆඅසඩෆ" 2. When you run it it will only show some question marks ?????? (in the python interpreter pane - see attached image) 3. I tried using "අසඩෆඅසඩෆ".decode('utf-8') but no luck What is the expected output? What do you see instead? අසඩෆඅසඩෆ What version of the product are you using? On what operating system? 1.9.9.7 on XP (Python 2.6.2) Please provide any additional information below. When saved the file and executed, the output will show:අසඩෆඅසඩෆ Following code shows characters in the output area, but with extra spaces: #-*- coding: UTF-8 -*- print "අසඩෆඅසඩෆ".decode('utf-8') Saved file works fine in DrPython.
  • Aug 05, 2009
    issue 328 (the menu TOOL/python path/ can not save the added path) commented on by alexyksx   -   Sorry, I didnt notice the format. What steps will reproduce the problem? 1. go to Menu TOOL/Python path 2. add some new path 3. close pyscripter 4. open the menu again, u will find that the path u added b4 dispeared What is the expected output? What do you see instead? I expected the path I added will be saved so that I will dont have to add it again. What version of the product are you using? On what operating system? 1.9.9.7 winXP Please provide any additional information below.
    Sorry, I didnt notice the format. What steps will reproduce the problem? 1. go to Menu TOOL/Python path 2. add some new path 3. close pyscripter 4. open the menu again, u will find that the path u added b4 dispeared What is the expected output? What do you see instead? I expected the path I added will be saved so that I will dont have to add it again. What version of the product are you using? On what operating system? 1.9.9.7 winXP Please provide any additional information below.
  • Aug 04, 2009
    issue 329 (Python interpriter can not output the results generated by F...) reported by alexyksx   -   What steps will reproduce the problem? 1. following the steps described here:http://www.scipy.org/F2PY_Windows 2. in the interpriter>>>import foo 3. >>> foo.hello() What is the expected output? What do you see instead? No output. I expected that it will output :Hello from Fortran90!!! What version of the product are you using? On what operating system? ver1.9.9.7, Winxp Please provide any additional information below. If I use the command line python, i will get the output. But even I use the gui IDLE come with the Python, i still can not get the output. So I guess this is not only the Pyscripter problem. But I am wondering that there is any way to solve this problem in an IDE? Thanks.
    What steps will reproduce the problem? 1. following the steps described here:http://www.scipy.org/F2PY_Windows 2. in the interpriter>>>import foo 3. >>> foo.hello() What is the expected output? What do you see instead? No output. I expected that it will output :Hello from Fortran90!!! What version of the product are you using? On what operating system? ver1.9.9.7, Winxp Please provide any additional information below. If I use the command line python, i will get the output. But even I use the gui IDLE come with the Python, i still can not get the output. So I guess this is not only the Pyscripter problem. But I am wondering that there is any way to solve this problem in an IDE? Thanks.
  • Aug 04, 2009
    issue 328 (the menu TOOL/python path/ can not save the added path) reported by alexyksx   -   As the summary says, everything when I added a new path, when I relaunch the pyscripter, I will have to add the path again. I would be nicer that Pyscripter can save the added path. What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    As the summary says, everything when I added a new path, when I relaunch the pyscripter, I will have to add the path again. I would be nicer that Pyscripter can save the added path. What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Aug 03, 2009
    issue 327 (please enable ISO-8859-1 file option) reported by BerndWill   -   What steps will reproduce the problem? 1. no ISO-8859-1 file option What is the expected output? What do you see instead? When editing a python file with german characters, I can not choose "ISO- 8895-1" as file format. My files(special characters) are corrumpted. When I edit the file with Wordpad, save it and open it with PyScripter, it is "Ansi"-Format. But if I add üü,ää,öö to the file and save it, these characters are smashed. What version of the product are you using? On what operating system? 1.9.9.7 Please provide any additional information below. Please enable ISO-8895-1 file format option !
    What steps will reproduce the problem? 1. no ISO-8859-1 file option What is the expected output? What do you see instead? When editing a python file with german characters, I can not choose "ISO- 8895-1" as file format. My files(special characters) are corrumpted. When I edit the file with Wordpad, save it and open it with PyScripter, it is "Ansi"-Format. But if I add üü,ää,öö to the file and save it, these characters are smashed. What version of the product are you using? On what operating system? 1.9.9.7 Please provide any additional information below. Please enable ISO-8895-1 file format option !
  • Jul 27, 2009
    issue 326 (Error in initialization) reported by fchelly   -   What steps will reproduce the problem? 1. Install PyScripter 2. Start PyScripter What is the expected output? What do you see instead? It should start normally. Instead, I have an error message "PyScripter cannot find the standard Python library modules..." then just after another one saying "exceptions.AttributeError: 'module' object has no attribute 'ps1'." After that, the programs starts normally but I get an access violation if I try to click on "Python Path" in the "tools" menu. I tried to uninstall then reinstall Python 2.5 but it doesn't change anything What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP Python 2.5 Please provide any additional information below. - Delphi is installed - Python for Delphi is installed
    What steps will reproduce the problem? 1. Install PyScripter 2. Start PyScripter What is the expected output? What do you see instead? It should start normally. Instead, I have an error message "PyScripter cannot find the standard Python library modules..." then just after another one saying "exceptions.AttributeError: 'module' object has no attribute 'ps1'." After that, the programs starts normally but I get an access violation if I try to click on "Python Path" in the "tools" menu. I tried to uninstall then reinstall Python 2.5 but it doesn't change anything What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP Python 2.5 Please provide any additional information below. - Delphi is installed - Python for Delphi is installed
  • Jul 27, 2009
    issue 325 (Error in initialization) reported by fchelly   -   What steps will reproduce the problem? 1. Install PyScripter 2. Start PyScripter What is the expected output? What do you see instead? It should start normally. Instead, I have an error message "PyScripter cannot find the standard Python library modules..." then just after another one saying "exceptions.AttributeError: 'module' object has no attribute 'ps1'." After that, the programs starts normally but I get an access violation if I try to click on "Python Path" in the "tools" menu. I tried to uninstall then reinstall Python 2.5 but it doesn't change anything What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP Python 2.5 Please provide any additional information below. - Delphi is installed - Python for Delphi is installed
    What steps will reproduce the problem? 1. Install PyScripter 2. Start PyScripter What is the expected output? What do you see instead? It should start normally. Instead, I have an error message "PyScripter cannot find the standard Python library modules..." then just after another one saying "exceptions.AttributeError: 'module' object has no attribute 'ps1'." After that, the programs starts normally but I get an access violation if I try to click on "Python Path" in the "tools" menu. I tried to uninstall then reinstall Python 2.5 but it doesn't change anything What version of the product are you using? On what operating system? PyScripter 1.9.9.7 Windows XP Python 2.5 Please provide any additional information below. - Delphi is installed - Python for Delphi is installed
  • Jul 24, 2009
    Localization Wiki page commented on by fchevitarese   -   How can i configure the codecompletition for Django ?
    How can i configure the codecompletition for Django ?
  • Jul 22, 2009
    issue 256 (Seems like pyscripter 1.9.9.2 is not picking up code changes) commented on by JohnWPirie   -   Exposing the (imperfect) reload function as a simple menu choice/button click would be a huge step forward. It would permit manual reload of individual scripts -- something I fully expect to have to do after making edits, but can now only do by restarting PyScripter itself. I love PyScripter. It is, by far, the best Python IDE I've yet found. This is the only significant hole I've found in its performance so far.
    Exposing the (imperfect) reload function as a simple menu choice/button click would be a huge step forward. It would permit manual reload of individual scripts -- something I fully expect to have to do after making edits, but can now only do by restarting PyScripter itself. I love PyScripter. It is, by far, the best Python IDE I've yet found. This is the only significant hole I've found in its performance so far.
  • Jul 19, 2009
    issue 324 (Takes a Long Time to Save Large Files) reported by Vand3lay   -   What steps will reproduce the problem? 1. Copy and Paste a large amount of text to a python module, or modify one that is already large eg. 250,000 lines 2. Save the file What is the expected output? What do you see instead? I know this may be an excessively large amount of text but pyscripter 1.9.9.6 could save it in only a few seconds, while pyscripter 1.9.9.7 stops responding and takes about 5 minutes What version of the product are you using? On what operating system? 1.9.9.7 on windows vista Please provide any additional information below. I know this is an extremely large file but this module is only a list that I use to store a list of words (http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/dict/web2?rev=1.10.2.1;content-type=text%2Fplain) The code is clean and runs instantly with python, no waiting at all so it's not something you would find on thedailywtf in case you are wondering why someone would ever have a python script this long.
    What steps will reproduce the problem? 1. Copy and Paste a large amount of text to a python module, or modify one that is already large eg. 250,000 lines 2. Save the file What is the expected output? What do you see instead? I know this may be an excessively large amount of text but pyscripter 1.9.9.6 could save it in only a few seconds, while pyscripter 1.9.9.7 stops responding and takes about 5 minutes What version of the product are you using? On what operating system? 1.9.9.7 on windows vista Please provide any additional information below. I know this is an extremely large file but this module is only a list that I use to store a list of words (http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/dict/web2?rev=1.10.2.1;content-type=text%2Fplain) The code is clean and runs instantly with python, no waiting at all so it's not something you would find on thedailywtf in case you are wondering why someone would ever have a python script this long.
  • Jul 18, 2009
    issue 323 (Internal engine does not inports correctly the dateutil modu...) reported by dghelardi   -   What steps will reproduce the problem? 1. Start Pyscripter 2. In the interpreter window type: >>> import dateutil >>> dir(dateutil) ['__author__', '__builtins__', '__doc__', '__file__', '__license__', '__name__', '__path__', '__version__'] 3. The dateutil module lacks of submodules and is unusable What is the expected output? What do you see instead? In a interpreter started in command shell the output is: >>> dir(dateutil) ['__author__', '__builtins__', '__doc__', '__file__', '__license__', '__name__', '__path__', '__version__', 'parser', 'relativedelta', 'rrule', 'tz', 'tzwin', ' zoneinfo'] What version of the product are you using? On what operating system? Pyscripter 1.9.9.6, win XP PRO SP3, Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)] Please provide any additional information below.
    What steps will reproduce the problem? 1. Start Pyscripter 2. In the interpreter window type: >>> import dateutil >>> dir(dateutil) ['__author__', '__builtins__', '__doc__', '__file__', '__license__', '__name__', '__path__', '__version__'] 3. The dateutil module lacks of submodules and is unusable What is the expected output? What do you see instead? In a interpreter started in command shell the output is: >>> dir(dateutil) ['__author__', '__builtins__', '__doc__', '__file__', '__license__', '__name__', '__path__', '__version__', 'parser', 'relativedelta', 'rrule', 'tz', 'tzwin', ' zoneinfo'] What version of the product are you using? On what operating system? Pyscripter 1.9.9.6, win XP PRO SP3, Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)] Please provide any additional information below.
  • Jul 17, 2009
    issue 322 (Access Violation upon Code Completion in PyScripter on WinXP) reported by satel...@optis.ch   -   What steps will reproduce the problem? 1. Installation of package "IPKISS" from http://www.photonics.intec.ugent.be/research/facilities/design/ipkiss/ipkiss-1.5.win32.exe http://www.photonics.intec.ugent.be/research/facilities/design/ipkiss/default.htm 2. In pyscripter editor enter following two lines and press keyboard shortcut for code completion while cursor is placed after "ipk." (CTRL+SPACE in setup here): import ipkiss.all as ipk ipk. ---------------- What is the expected output? What do you see instead? Expected: Code completion list box -or- warning if code parsing fails. Seen: Application Error "Access violation" (see below) ---------------- What version of the product are you using? On what operating system? - PyScripter 1.9.9.7 - WinXP SP2 - Python 2.6.2 - Numpy 1.3.0 - ipython 0.9.1 - matplotlib 0.98.5.3 (for py26) - RPyC 2.60 - "IPKISS" (see above): 1.5 ---------------- Please provide any additional information below. Access violation details: Exception class: EAccessViolation Exception message: Access violation at address 00805560 in module 'PyScripter.exe'. Read of address 00000000. Exception address: 00805560 ------------------------------------------------------------------------------ PyScripter version : 1.9.9.7 Python DLL : python26.dll Python Engine : peInternal ------------------------------------------------------------------------------ Stack list, generated 17.07.2009 14:31:27 (00404560){PyScripter.exe} [00805560] uCommonFunctions.ComparePythonIdents (Line 1149, "uCommonFunctions.pas" + 0) + $0 (004045D3){PyScripter.exe} [008055D3] uCommonFunctions.ComparePythonIdents (Line 1165, "uCommonFunctions.pas" + 3) + $6 (0009550D){PyScripter.exe} [0049650D] WideStrings.TWideStringList.QuickSort + $2D (0009561D){PyScripter.exe} [0049661D] WideStrings.TWideStringList.CustomSort + $25 (003AB5AC){PyScripter.exe} [007AC5AC] frmEditor.TEditorForm.SynCodeCompletionExecute (Line 2305, "frmEditor.pas" + 74) + $A (0030E86F){PyScripter.exe} [0070F86F] SynCompletionProposal.TSynBaseCompletionProposal.ExecuteEx (Line 2453, "SynCompletionProposal.pas" + 5) + $1D (0030FA83){PyScripter.exe} [00710A83] SynCompletionProposal.TSynCompletionProposal.ExecuteEx (Line 3297, "SynCompletionProposal.pas" + 5) + $10 (0030FC70){PyScripter.exe} [00710C70] SynCompletionProposal.TSynCompletionProposal.DoExecute (Line 3380, "SynCompletionProposal.pas" + 18) + $22 (0030FEFD){PyScripter.exe} [00710EFD] SynCompletionProposal.TSynCompletionProposal.ActivateCompletion (Line 3488, "SynCompletionProposal.pas" + 1) + $A (003A9646){PyScripter.exe} [007AA646] frmEditor.TEditorForm.doProcessCommandHandler (Line 1588, "frmEditor.pas" + 43) + $9 (001AEEC8){PyScripter.exe} [005AFEC8] SynEdit.TCustomSynEdit.NotifyHookedCommandHandlers (Line 10052, "SynEdit.pas" + 8) + $1F (000238AF){PyScripter.exe} [004248AF] Classes.TCollection.GetItem + $B (001A8642){PyScripter.exe} [005A9642] SynEdit.TCustomSynEdit.CommandProcessor (Line 6908, "SynEdit.pas" + 7) + $E (0019F132){PyScripter.exe} [005A0132] SynEdit.TCustomSynEdit.KeyDown (Line 2070, "SynEdit.pas" + 20) + $E (0006D794){PyScripter.exe} [0046E794] Controls.TWinControl.DoKeyDown + $90 (0006D7B6){PyScripter.exe} [0046E7B6] Controls.TWinControl.WMKeyDown + $A (0006831B){PyScripter.exe} [0046931B] Controls.TControl.WndProc + $2BB (000E5BB0){PyScripter.exe} [004E6BB0] TntForms.GetMessageForNT (Line 777, "TntForms.pas" + 10) + $9 (0006C1C5){PyScripter.exe} [0046D1C5] Controls.TWinControl.WndProc + $499 (00022940){PyScripter.exe} [00423940] Classes.TThreadList.UnlockList + $4 (00038ED8){PyScripter.exe} [00439ED8] Graphics.FreeMemoryContexts + $98 (0006B950){PyScripter.exe} [0046C950] Controls.TWinControl.MainWndProc + $2C (0006B965){PyScripter.exe} [0046C965] Controls.TWinControl.MainWndProc + $41 (0002DC7C){PyScripter.exe} [0042EC7C] Classes.StdWndProc + $14 (0006C1C5){PyScripter.exe} [0046D1C5] Controls.TWinControl.WndProc + $499 (001A748E){PyScripter.exe} [005A848E] SynEdit.TCustomSynEdit.WndProc (Line 6204, "SynEdit.pas" + 22) + $4 (0006B950){PyScripter.exe} [0046C950] Controls.TWinControl.MainWndProc + $2C (0002DC7C){PyScripter.exe} [0042EC7C] Classes.StdWndProc + $14 (00081E80){PyScripter.exe} [00482E80] Forms.TApplication.ProcessMessage + $F4 (00081EC2){PyScripter.exe} [00482EC2] Forms.TApplication.HandleMessage + $A (000820E2){PyScripter.exe} [004830E2] Forms.TApplication.Run + $96 (00429200){PyScripter.exe} [0082A200] PyScripter.PyScripter (Line 129, "" + 6) + $7 ------------------------------------------------------------------------------ System : Windows XP Professional, Version: 5.1, Build: A28, "Service Pack 2" Processor: Intel, Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz, 2000 MHz MMX SSE SSE2 SSE3 SSSE3 64 bits DEP Memory: 2047; free 1127 Display : 1920x1200 pixels, 32 bpp ------------------------------------------------------------------------------ List of loaded modules: ... [00400000] C:\Programme\PyScripter\PyScripter.exe 1.9.9.7 - 1.9.9.7 ... [03E50000] C:\Programme\Python26\DLLs\_multiprocessing.pyd <1E1D0000> (no module version info) [03E60000] C:\Programme\Python26\lib\site-packages\numpy\core\_dotblas.pyd <68B40000> (no module version info) ... [1D1A0000] C:\Programme\Python26\DLLs\_ctypes.pyd (no module version info) [1E000000] C:\WINDOWS\system32\python26.dll 2.6.2150.1013 - 2.6.2 Python Core ... [63B00000] C:\Programme\Python26\lib\site-packages\numpy\lib\_compiled_base.pyd (no module version info) [64800000] C:\Programme\Python26\lib\site-packages\numpy\core\_sort.pyd (no module version info) ... [69200000] C:\Programme\Python26\lib\site-packages\numpy\core\scalarmath.pyd (no module version info) [69B80000] C:\Programme\Python26\lib\site-packages\numpy\core\multiarray.pyd (no module version info) [6B040000] C:\Programme\Python26\lib\site-packages\numpy\fft\fftpack_lite.pyd (no module version info) ... [6F0C0000] C:\Programme\Python26\lib\site-packages\numpy\random\mtrand.pyd (no module version info) [6FB00000] C:\Programme\Python26\lib\site-packages\numpy\linalg\lapack_lite.pyd (no module version info) [70C40000] C:\Programme\Python26\lib\site-packages\numpy\core\umath.pyd (no module version info) ... ------------------------------------------------------------------------------ Active Controls hierarchy: TSynEdit "SynEdit" TSpTBXTabSheet "tbshSource" TSpTBXTabControl "ViewsTabControl" TPanel "FGPanel" TEditorForm "EditorForm_6" TSpTBXTabSheet "SpTBXTabSheet7" TSpTBXTabControl "TabControl" TPanel "BGPanel" TPyIDEMainForm "PyIDEMainForm" ------------------------------------------------------------------------------
    What steps will reproduce the problem? 1. Installation of package "IPKISS" from http://www.photonics.intec.ugent.be/research/facilities/design/ipkiss/ipkiss-1.5.win32.exe http://www.photonics.intec.ugent.be/research/facilities/design/ipkiss/default.htm 2. In pyscripter editor enter following two lines and press keyboard shortcut for code completion while cursor is placed after "ipk." (CTRL+SPACE in setup here): import ipkiss.all as ipk ipk. ---------------- What is the expected output? What do you see instead? Expected: Code completion list box -or- warning if code parsing fails. Seen: Application Error "Access violation" (see below) ---------------- What version of the product are you using? On what operating system? - PyScripter 1.9.9.7 - WinXP SP2 - Python 2.6.2 - Numpy 1.3.0 - ipython 0.9.1 - matplotlib 0.98.5.3 (for py26) - RPyC 2.60 - "IPKISS" (see above): 1.5 ---------------- Please provide any additional information below. Access violation details: Exception class: EAccessViolation Exception message: Access violation at address 00805560 in module 'PyScripter.exe'. Read of address 00000000. Exception address: 00805560 ------------------------------------------------------------------------------ PyScripter version : 1.9.9.7 Python DLL : python26.dll Python Engine : peInternal ------------------------------------------------------------------------------ Stack list, generated 17.07.2009 14:31:27 (00404560){PyScripter.exe} [00805560] uCommonFunctions.ComparePythonIdents (Line 1149, "uCommonFunctions.pas" + 0) + $0 (004045D3){PyScripter.exe} [008055D3] uCommonFunctions.ComparePythonIdents (Line 1165, "uCommonFunctions.pas" + 3) + $6 (0009550D){PyScripter.exe} [0049650D] WideStrings.TWideStringList.QuickSort + $2D (0009561D){PyScripter.exe} [0049661D] WideStrings.TWideStringList.CustomSort + $25 (003AB5AC){PyScripter.exe} [007AC5AC] frmEditor.TEditorForm.SynCodeCompletionExecute (Line 2305, "frmEditor.pas" + 74) + $A (0030E86F){PyScripter.exe} [0070F86F] SynCompletionProposal.TSynBaseCompletionProposal.ExecuteEx (Line 2453, "SynCompletionProposal.pas" + 5) + $1D (0030FA83){PyScripter.exe} [00710A83] SynCompletionProposal.TSynCompletionProposal.ExecuteEx (Line 3297, "SynCompletionProposal.pas" + 5) + $10 (0030FC70){PyScripter.exe} [00710C70] SynCompletionProposal.TSynCompletionProposal.DoExecute (Line 3380, "SynCompletionProposal.pas" + 18) + $22 (0030FEFD){PyScripter.exe} [00710EFD] SynCompletionProposal.TSynCompletionProposal.ActivateCompletion (Line 3488, "SynCompletionProposal.pas" + 1) + $A (003A9646){PyScripter.exe} [007AA646] frmEditor.TEditorForm.doProcessCommandHandler (Line 1588, "frmEditor.pas" + 43) + $9 (001AEEC8){PyScripter.exe} [005AFEC8] SynEdit.TCustomSynEdit.NotifyHookedCommandHandlers (Line 10052, "SynEdit.pas" + 8) + $1F (000238AF){PyScripter.exe} [004248AF] Classes.TCollection.GetItem + $B (001A8642){PyScripter.exe} [005A9642] SynEdit.TCustomSynEdit.CommandProcessor (Line 6908, "SynEdit.pas" + 7) + $E (0019F132){PyScripter.exe} [005A0132] SynEdit.TCustomSynEdit.KeyDown (Line 2070, "SynEdit.pas" + 20) + $E (0006D794){PyScripter.exe} [0046E794] Controls.TWinControl.DoKeyDown + $90 (0006D7B6){PyScripter.exe} [0046E7B6] Controls.TWinControl.WMKeyDown + $A (0006831B){PyScripter.exe} [0046931B] Controls.TControl.WndProc + $2BB (000E5BB0){PyScripter.exe} [004E6BB0] TntForms.GetMessageForNT (Line 777, "TntForms.pas" + 10) + $9 (0006C1C5){PyScripter.exe} [0046D1C5] Controls.TWinControl.WndProc + $499 (00022940){PyScripter.exe} [00423940] Classes.TThreadList.UnlockList + $4 (00038ED8){PyScripter.exe} [00439ED8] Graphics.FreeMemoryContexts + $98 (0006B950){PyScripter.exe} [0046C950] Controls.TWinControl.MainWndProc + $2C (0006B965){PyScripter.exe} [0046C965] Controls.TWinControl.MainWndProc + $41 (0002DC7C){PyScripter.exe} [0042EC7C] Classes.StdWndProc + $14 (0006C1C5){PyScripter.exe} [0046D1C5] Controls.TWinControl.WndProc + $499 (001A748E){PyScripter.exe} [005A848E] SynEdit.TCustomSynEdit.WndProc (Line 6204, "SynEdit.pas" + 22) + $4 (0006B950){PyScripter.exe} [0046C950] Controls.TWinControl.MainWndProc + $2C (0002DC7C){PyScripter.exe} [0042EC7C] Classes.StdWndProc + $14 (00081E80){PyScripter.exe} [00482E80] Forms.TApplication.ProcessMessage + $F4 (00081EC2){PyScripter.exe} [00482EC2] Forms.TApplication.HandleMessage + $A (000820E2){PyScripter.exe} [004830E2] Forms.TApplication.Run + $96 (00429200){PyScripter.exe} [0082A200] PyScripter.PyScripter (Line 129, "" + 6) + $7 ------------------------------------------------------------------------------ System : Windows XP Professional, Version: 5.1, Build: A28, "Service Pack 2" Processor: Intel, Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz, 2000 MHz MMX SSE SSE2 SSE3 SSSE3 64 bits DEP Memory: 2047; free 1127 Display : 1920x1200 pixels, 32 bpp ------------------------------------------------------------------------------ List of loaded modules: ... [00400000] C:\Programme\PyScripter\PyScripter.exe 1.9.9.7 - 1.9.9.7 ... [03E50000] C:\Programme\Python26\DLLs\_multiprocessing.pyd <1E1D0000> (no module version info) [03E60000] C:\Programme\Python26\lib\site-packages\numpy\core\_dotblas.pyd <68B40000> (no module version info) ... [1D1A0000] C:\Programme\Python26\DLLs\_ctypes.pyd (no module version info) [1E000000] C:\WINDOWS\system32\python26.dll 2.6.2150.1013 - 2.6.2 Python Core ... [63B00000] C:\Programme\Python26\lib\site-packages\numpy\lib\_compiled_base.pyd (no module version info) [64800000] C:\Programme\Python26\lib\site-packages\numpy\core\_sort.pyd (no module version info) ... [69200000] C:\Programme\Python26\lib\site-packages\numpy\core\scalarmath.pyd (no module version info) [69B80000] C:\Programme\Python26\lib\site-packages\numpy\core\multiarray.pyd (no module version info) [6B040000] C:\Programme\Python26\lib\site-packages\numpy\fft\fftpack_lite.pyd (no module version info) ... [6F0C0000] C:\Programme\Python26\lib\site-packages\numpy\random\mtrand.pyd (no module version info) [6FB00000] C:\Programme\Python26\lib\site-packages\numpy\linalg\lapack_lite.pyd (no module version info) [70C40000] C:\Programme\Python26\lib\site-packages\numpy\core\umath.pyd (no module version info) ... ------------------------------------------------------------------------------ Active Controls hierarchy: TSynEdit "SynEdit" TSpTBXTabSheet "tbshSource" TSpTBXTabControl "ViewsTabControl" TPanel "FGPanel" TEditorForm "EditorForm_6" TSpTBXTabSheet "SpTBXTabSheet7" TSpTBXTabControl "TabControl" TPanel "BGPanel" TPyIDEMainForm "PyIDEMainForm" ------------------------------------------------------------------------------
  • Jul 13, 2009
    issue 321 (Breakpoints fail) reported by Pete.Douma   -   What steps will reproduce the problem? 1. debug a django app 2. 3. What is the expected output? What do you see instead? A set breakpoint does not get hit What version of the product are you using? On what operating system? python 2.6.2 pyscripter 1.9.97 rpcy 3.0.6 Please provide any additional information below.
    What steps will reproduce the problem? 1. debug a django app 2. 3. What is the expected output? What do you see instead? A set breakpoint does not get hit What version of the product are you using? On what operating system? python 2.6.2 pyscripter 1.9.97 rpcy 3.0.6 Please provide any additional information below.
 
Hosted by Google Code