-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding specEditor.py #93
Comments
I am having the same issue, have you managed to resolve it? |
I guess this is due to updated version of wx. I still don’t know how to solve the problem |
Yes, it was because of updated version of wx.
We tried to resolve the issue by finding the replacement of each old
function of wx by the new one but we got stuck in one function named
beginDrawing which is not present in wx.DC so we left LTLMoP. If you find
anything on this, please let us know.
Thank you.
On 17-Nov-2017 9:46 PM, "layashamgah" <[email protected]> wrote:
I guess this is due to updated version of wx. I still don’t know how to
solve the problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AczWngBOr7f61xVlFohwutZtDBupk0PFks5s3bFlgaJpZM4QW9VN>
.
|
I have managed to get it working so far by using wxPython version 2.8 The files for install are found here: https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/ I hope this helps! |
Hi @mattdanhall , are you on Windows, Ubuntu or MacOS? None of the .dmg files for MacOS for wxPython 2.8.12.1 (or others for that matter) seem to work It's also unclear how to build from source on MacOS |
The tool is installed in the same way as written in the installation guide but whenever I run specEditor.py, a GUI window is popped up and it does not allow me to save my project. It says, there is no attribute name SAVE ( screenshot is attached below). It would be a great help if any1 can guide me on this.
The text was updated successfully, but these errors were encountered: