-
```
Feature request: remove the requirement to run it on Windows.
```
Original issue reported on code.google.com by `johanneswilm` on 5 Jul 2012 at 3:03
-
In Spyder's IPython shell of `WinPython-64bit-3.4.3.6.exe`, I can use `%matplotlib qt` and `%matplotlib inline` to switch between those interfaces. However, when I try to switch to Tkinter, I see
```…
jondo updated
7 years ago
-
Python Curriculum
This issue will be the main thread for planning & developing the future FCC Python Curriculum.
For any discussion about Integrating REPL.it Classroom please visit https://githu…
-
I'm running Python v2.7 and matplotlib v1.5.0 on Mac OS X Yosemite. Up to recently, I was able to run my script in the interactive interpreter, show a plot, and then manually kill the window. For exam…
-
Originally reported by: **Adam H (Bitbucket: [hughesadam87](https://bitbucket.org/hughesadam87), GitHub: Unknown)**
----------------------------------------
I posted this to mailing list, but now th…
-
pycam-0.6.1 reports gtk2 missing on ubuntu 16.04 installation - even after all dependencies have been loaded and verified.
-
I have installed pyo using the pkg found in file pyo_0.8.2_OSX_py2-universal.dmg
I tried to play a wav file , noticed there is no sound output , converted the file to aiff , noticed the problem is …
-
```
ProfileView.view()
2016-04-28 16:21:57.183 julia[68300:1933305] -[__NSCFType symbolicTraits]: unrecognized selector sent to instance 0x7fa30eeb90d0
2016-04-28 16:21:57.196 julia[68300:1933305] An …
-
Thanks for curio and the youtube tutorials. They are great.
I have a number of sensors sending their measurements over the LAN. Using curio I collect all measurements.
I now need to integrate tkinte…
-
Printing a value from the GUI's interpreter prompt results in a
```AttributeError: 'App' object has no attribute 'mainloop'```
error message instead.
With `Python 2`, on Fedora 24, using jac…