flaithbheartaigh / appuifw2

Automatically exported from code.google.com/p/appuifw2
Apache License 2.0
0 stars 0 forks source link

appuifw2 doesn't support pys60 1.9.7, does it? #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. using 'import appuifw2' and 'appuifw2.display_text'

What is the expected output? What do you see instead?
instead of starting application normally, it shows the next

Traceback (most recent call last):
  File "launcher.py", line 43, in <module>
    execfile('default.py', default_namespace)
  File "default.py", line 3, in <module>
    import appuifw2, series60_console, string, e32
  File "c:\resource\python25\python25.zip\site.py", line 86, in platsec_import
    return _original_import(name, globals, locals, fromlist, level)
  File "c:\resource\python25\python25.zip\appuifw2.py", line 12, in <module>
ImportError: dlopen: Load failed

What version of the product are you using? On what operating system?
appuifw2 1.0.1 3rd edition on a nokia 6120

Please provide any additional information below.

Original issue reported on code.google.com by lvall...@gmail.com on 20 Nov 2009 at 3:05