The Following User Says Thank You to mbo For This Useful Post: | ||
|
2012-08-14
, 09:10
|
Posts: 138 |
Thanked: 152 times |
Joined on Jun 2012
@ Switzerland/Zurich
|
#12
|
|
2012-08-14
, 09:42
|
|
Posts: 704 |
Thanked: 241 times |
Joined on Dec 2011
@ Johannesburg - South Africa
|
#13
|
|
2012-08-14
, 11:00
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#14
|
$ meecolay /opt/tizmee/bin/tizmee.py Preloading theme "blanco" from cache Traceback (most recent call last): File "/opt/tizmee/bin/tizmee.py", line 194, in <module> Tizmee() File "/opt/tizmee/bin/tizmee.py", line 56, in __init__ self.populate_apps() File "/opt/tizmee/bin/tizmee.py", line 69, in populate_apps config = zapp.open("config.xml") AttributeError: ZipFile instance has no attribute 'open'
|
2012-08-14
, 11:05
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#15
|
I was trying out TizMee under MeeCoLay, and this came out:
Why is this happening?Code:$ meecolay /opt/tizmee/bin/tizmee.py Preloading theme "blanco" from cache Traceback (most recent call last): File "/opt/tizmee/bin/tizmee.py", line 194, in <module> Tizmee() File "/opt/tizmee/bin/tizmee.py", line 56, in __init__ self.populate_apps() File "/opt/tizmee/bin/tizmee.py", line 69, in populate_apps config = zapp.open("config.xml") AttributeError: ZipFile instance has no attribute 'open'
The Following User Says Thank You to Elleo For This Useful Post: | ||
|
2012-08-14
, 11:08
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#16
|
It looks like the version of Python in that environment is too old. The required function in ZipFile is only available in 2.6 and later.
|
2012-08-14
, 11:08
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#17
|
The Following User Says Thank You to Elleo For This Useful Post: | ||
|
2012-08-14
, 11:10
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#18
|
|
2012-08-15
, 09:09
|
|
Posts: 266 |
Thanked: 979 times |
Joined on Jan 2010
@ London
|
#19
|
|
2012-08-15
, 11:57
|
Posts: 144 |
Thanked: 134 times |
Joined on Jan 2010
@ Hamburg
|
#20
|
It might be simplest if you send me a copy of your app and I'll package it up as a .wgt and make use of it as one of my test cases. At some point I'll write a guide to packaging existing standard HTML5 apps and Cordova/PhoneGap apps in the .wgt format. However I'm not likely to have much free time for the next couple of months, so it'll have to wait until then.
The Following User Says Thank You to mbo For This Useful Post: | ||
So two questions:
- How to get from Phonegap to a .wgt app?
- Is the meta-viewport supported? (Afaik in qml.Webview it's not)
Well done!