There's still a few problems here. I grabbed your branch and built the package, but:
1) It only builds a python-windowmocker package, so there's no way to build & install the python3 variant.
2) If I run it from the source directly with:
PYTHONPATH=`pwd` python3 bin/window-mocker
then I get some python3 incompatibilities:
Traceback (most recent call last):
File "bin/window-mocker", line 53, in <module>
main()
File "bin/window-mocker", line 25, in main
application = create_application_from_data()
File "/home/thomi/code/canonical/window-mocker/py3/windowmocker/__init__.py", line 83, in create_application_from_data
if not isinstance(app_type_name, basestring):
NameError: global name 'basestring' is not defined
These two issues prevent me from testing this further. Please let me know once these have been fixed and I can look at it again.
Hi Corey,
There's still a few problems here. I grabbed your branch and built the package, but:
1) It only builds a python-windowmocker package, so there's no way to build & install the python3 variant.
2) If I run it from the source directly with:
PYTHONPATH=`pwd` python3 bin/window-mocker
then I get some python3 incompatibilities:
Traceback (most recent call last): mocker" , line 53, in <module> mocker" , line 25, in main application_ from_data( ) thomi/code/ canonical/ window- mocker/ py3/windowmocke r/__init_ _.py", line 83, in create_ application_ from_data app_type_ name, basestring):
File "bin/window-
main()
File "bin/window-
application = create_
File "/home/
if not isinstance(
NameError: global name 'basestring' is not defined
These two issues prevent me from testing this further. Please let me know once these have been fixed and I can look at it again.