-
Notifications
You must be signed in to change notification settings - Fork 55
recent update breaks PyPortal #46
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
Comments
ok @brentru can take a look on monday - @jerryneedell if you want to try submitting a PR, that would be rad |
I may have time later today to look into it. Will try. |
I made a quick change and it now imports -- is this the way to go -? I just used the test it uses later to choose touchscreen or cursor.
|
how about import cursor if there's no touchscreen? |
ok - like this
|
oooh ooh actually... if hasattr touch, import touch, if hasattr button_clock import cursormanager? |
OK -np
but now and unrealted issue. I see that pyportal_simpletest.py fails with:
:-( |
oi i think maybe 5.0 changed stuff, wanna try 4.1? |
OK -- I can look into that - -should I put in the PR for the cursor/touch? |
yez plz :) |
It looks like #45 breaks this library on the PyPortal! It imports cursorcontrol which imports gamepadshift which is not supported on the PyPortal.
The text was updated successfully, but these errors were encountered: