Git Product home page Git Product logo

pydink's People

Contributors

wijnen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pydink's Issues

Attempting to open "karel" folder gives error message

File->Open, pick "karel" directory within pydink directory in dialog, get error message:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 770, in response
    widget.hide()
TypeError: 'bool' object is not callable

Quick additional testing reveals it actually happens when choosing any directory.

Can't run the Makefile

It seems to require some xmlgen script/executable that exists outside the build environment in a very specific place...

~/pydink$ make
../xmlgen/xmlgen <makecache.gui.in >makecache.gui
/bin/sh: 1: ../xmlgen/xmlgen: not found
make: *** [makecache.gui] Error 127
~/pydink$

Almost every menu item or button spits out error message on console

Here's an example from File -> New:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 387, in <lambda>
    retactions.append ((action, None, name, None, None, (lambda v = value: (lambda *args, **kwargs: self.gui.__event_cb__ (self.widget, *(args + (v,)), **kwargs))) ()))
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 1063, in __event_cb__
    f (*args[:-1], **kwargs)
  File "./pde.py", line 2690, in new_game
    the_gui.title = os.path.basename (root) + ' - Python Dink Editor'
  File "/usr/lib/python2.7/posixpath.py", line 121, in basename
    i = p.rfind('/') + 1
AttributeError: 'gtk.Action' object has no attribute 'rfind'

DMod -> Edit DMod info:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 1063, in __event_cb__
    f (*args[:-1], **kwargs)
  File "./pde.py", line 2836, in <lambda>
    events['dmod_edit_info'] = lambda: do_edit ('info', 'txt')
  File "./pde.py", line 2408, in do_edit
    open (name, 'w')
IOError: [Errno 2] No such file or directory: '/tmp/pydink-scripts-GfywTN/info.txt'

And another from Help -> About:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 387, in <lambda>
    retactions.append ((action, None, name, None, None, (lambda v = value: (lambda *args, **kwargs: self.gui.__event_cb__ (self.widget, *(args + (v,)), **kwargs))) ()))
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 1063, in __event_cb__
    f (*args[:-1], **kwargs)
TypeError: show_about() takes no arguments (1 given)

Errors/warning in "cache generator - configuration" screen make window larger than screen

screenshot from 2014-05-26 18 04 56

As you can see, the reported messages make the window very large. I recommend you put in scrollbars or something if it gets too long, so this doesn't happen.

Also visible in the screenshot (although it doesn't seem to affect the actual execution of the program) is that the folder/file selection widgets for the various settings disappeared when I set them...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.