-
```
posted by boulabiar on irc:
sudo python setup.py install
[INFO ] PyMT v0.5.1-dev
running install
running build
running build_py
running build_ext
building 'pymt.c_ext._transformations' extension…
-
```
What steps will reproduce the problem?
1. Run software that does these things:
w = MTWallpaperWindow(wallpaper='wallpaper.png', fullscreen=False)
k = MTKinetic()
...
self.mtobject = MTScatter…
-
```
I've been packaging PyMT for Ubuntu [1] and the source tarball [2] doesn't
match what I expect.
My expectation is the source tarball would contain all the files in the git
branch with the build…
-
```
What steps will reproduce the problem?
1. MTFileBrowserView(path=start_path, view=MTFileIconEntryView, w_limit = 6)
2. MTFileIconEntryView object has w_limit set to 4, NOT 6 as requested
What is…
-
```
What steps will reproduce the problem?
1. when i use 3Dviewer with Intel G965 Graphics
2. last driver with opengl 2 supported
3. i can use launch.py but when i select a apps, crash opengl
Link to…
-
```
When running the Mandelbrot example it crashes.
Traceback:
> "C:\Python26\python.exe"
C:\Python26\pymtSVN\examples\mandelbrot\mandelbrot.py
[INFO ] Fbo will use hardware Framebuffer
…
-
```
Image.read_pixel is broken in at least two ways. I was able to fix one of them,
but no idea what
the cause of the remaining problem is...
Consider this patch:
diff --git a/pymt/core/image/__in…
-
```
What steps will reproduce the problem?
1. cd examples/pictures
2. python pictures.py
3.
What is the expected output? What do you see instead?
[INFO ] PyMT v0.4
[WARNING] [Extensions] _graphx no…
-
```
Check the flowchart example :
File "flowchart.py", line 99, in __init__
self.keyboard = MTVKeyboard()
File "/usr/lib/python2.6/pymt/ui/widgets/composed/vkeyboard.py", line
255, in __init…
-
```
What steps will reproduce the problem?
1. Create two or more MTTextInput objects without giving a "group" keyword
argument.
2. Each keyboard will disappear and be replaced by the last keyboard add…