From: Darren D. <dd...@co...> - 2004-04-25 21:37:24
|
Thank you to the people who are working on this project. I am beginning the transition from Matlab to Python, so I was excited to find matplotlib. As John reported earllier: > I tested this on windows with idle. Idle now >respects matplotlibrc > and loads TkAgg. However, at least on my system, >there is still some > idle bug because the Tk window launches and then >freezes without > displaying the figure Additionally, if I use the WX backend, the window launches but does not render the plot (the widgets are rendered.) I can close the window, but I dont recover the command line in IDLE. I exited all programs, and tried to uninstall matplotlib 0.53 to install 0.52. During the uninstall, I got a message that datetime.pyd (I wonder if I copied this name down incorrectly, I'm sorry) was in use and could not be deleted. One other note: I havent been able to install the GTK runtime environment. I have been having a mess of dll conflicts with other files on my system path. I havent seen any advice on the web that would solve this problem. Can anyone point me in the right direction? The best advice I have seen is to specify a GTK_PATH environment variable, which should be searched for resources before defaulting to the PATH variable. I did this for both the system and user, but I am still getting the same conflicts. This concerns the quickstart advice for windows users on the matplotlib website. (One site even suggested deleting the conflicting dll's from the path in order to not block the GTK resources. Yikes.) Thanks again for matplotlib. I am finishing grad school in a few months. When I do, I would like to participate in the development if I can be of help. Darren |
From: John H. <jdh...@ac...> - 2004-04-26 13:25:06
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: >> I tested this on windows with idle. Idle now respects >> matplotlibrc and loads TkAgg. However, at least on my system, >> there is still some idle bug because the Tk window launches and >> then freezes without displaying the figure Did you launch with idle -n? Todd, perhaps you can add a FAQ here. I updated the backends.html.template section with the summary posted earlier but this is getting damn close to a FAQ. Darren> Additionally, if I use the WX backend, the window launches Darren> but does not render the plot (the widgets are rendered.) I Darren> can close the window, but I dont recover the command line Darren> in IDLE. I exited all programs, and tried to uninstall Darren> matplotlib 0.53 to install 0.52. This is known bug on my TODO list; thanks for letting me know. Darren> During the uninstall, I Darren> got a message that datetime.pyd (I wonder if I copied this Darren> name down incorrectly, I'm sorry) was in use and could not Darren> be deleted. This is bizarre since a matplotlib uninstall shouldn't be messing with datetime.pyd. Are you sure you didn't accidentally click uninstall for another package? Darren> Thanks again for matplotlib. I am finishing grad school in Darren> a few months. When I do, I would like to participate in Darren> the development if I can be of help. What do you mean? The *best* time to develop matplotlib is with a thesis defense looming. Otherwise you'll just find yourself cleaning your house for the 3rd time and playing addictive video games to distract yourself. JDH |
From: Darren D. <dd...@co...> - 2004-04-26 15:14:13
|
> Darren> During the uninstall, I > Darren> got a message that datetime.pyd (I wonder if I copied this > Darren> name down incorrectly, I'm sorry) was in use and could not > Darren> be deleted. > >This is bizarre since a matplotlib uninstall shouldn't be messing with >datetime.pyd. Are you sure you didn't accidentally click uninstall >for another package? I may have made a mistake here; I had to process a lot of new information this weekend. The impression I got was that datetime.pyd was hanging from an earlier process, not from the uninstall. > Darren> Thanks again for matplotlib. I am finishing grad school in > Darren> a few months. When I do, I would like to participate in > Darren> the development if I can be of help. > >What do you mean? The *best* time to develop matplotlib is with a >thesis defense looming. Otherwise you'll just find yourself cleaning >your house for the 3rd time and playing addictive video games to >distract yourself. Is this the standard model for thesis writing? If it is, I am jealous. In my case, I spent three years building an experiment which now requires 3 week spurts of around the clock work, with a lot of maintenance and writing of papers in between. I really prefer programming to playing video games. With programming you get to define your own puzzles and you have something useful when your done. Anyway, I'll start looking at the source code, maybe there is something I can get started on. Darren S. Dale dd...@co... PGP public key available |
From: John H. <jdh...@ac...> - 2004-04-26 15:21:47
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> Is this the standard model for thesis writing? If it is, I Darren> am jealous. In my case, I spent three years building an Darren> experiment which now requires 3 week spurts of around the Darren> clock work, with a lot of maintenance and writing of Darren> papers in between. I really prefer programming to playing Darren> video games. With programming you get to define your own Darren> puzzles and you have something useful when your done. I decided to learn python when my thesis was due. Productive procrastination is the best kind. JDH |