Reply
Thread Tools
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#681
New works

 
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#682
yeah i was trying to install wazapp of harmattan but i got this

/home/user/MyDocs # dpkg -i wazapp_0.9.13_armel.deb
Selecting previously deselected package wazapp.
(Reading database ... 42707 files and directories currently installed.)
Unpacking wazapp (from wazapp_0.9.13_armel.deb) ...
dpkg: dependency problems prevent configuration of wazapp:
wazapp depends on libaccounts-qt1; however:
Package libaccounts-qt1 is not installed.
wazapp depends on libaccountsetup0; however:
Package libaccountsetup0 is not installed.
wazapp depends on python-pyside; however:
Package python-pyside is not installed.
wazapp depends on python-qtmobility; however:
Package python-qtmobility is not installed.
wazapp depends on python-accounts; however:
Package python-accounts is not installed.
wazapp depends on python-dateutil; however:
Package python-dateutil is not installed.
wazapp depends on python-context.provider; however:
Package python-context.provider is not installed.
dpkg: error processing wazapp (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
wazapp
 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#683
Originally Posted by seanmcken View Post
yeah i was trying to install wazapp of harmattan but i got this

/home/user/MyDocs # dpkg -i wazapp_0.9.13_armel.deb
Selecting previously deselected package wazapp.
(Reading database ... 42707 files and directories currently installed.)
Unpacking wazapp (from wazapp_0.9.13_armel.deb) ...
dpkg: dependency problems prevent configuration of wazapp:
wazapp depends on libaccounts-qt1; however:
Package libaccounts-qt1 is not installed.
wazapp depends on libaccountsetup0; however:
Package libaccountsetup0 is not installed.
wazapp depends on python-pyside; however:
Package python-pyside is not installed.
wazapp depends on python-qtmobility; however:
Package python-qtmobility is not installed.
wazapp depends on python-accounts; however:
Package python-accounts is not installed.
wazapp depends on python-dateutil; however:
Package python-dateutil is not installed.
wazapp depends on python-context.provider; however:
Package python-context.provider is not installed.
dpkg: error processing wazapp (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
wazapp
It's hard to fix. Look at the signon framework port, last post for more info
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#684
Originally Posted by seanmcken View Post
yeah i was trying to install wazapp of harmattan but i got this

/home/user/MyDocs # dpkg -i wazapp_0.9.13_armel.deb
Selecting previously deselected package wazapp.
(Reading database ... 42707 files and directories currently installed.)
Unpacking wazapp (from wazapp_0.9.13_armel.deb) ...
dpkg: dependency problems prevent configuration of wazapp:
wazapp depends on libaccounts-qt1; however:
Package libaccounts-qt1 is not installed.
wazapp depends on libaccountsetup0; however:
Package libaccountsetup0 is not installed.
wazapp depends on python-pyside; however:
Package python-pyside is not installed.
wazapp depends on python-qtmobility; however:
Package python-qtmobility is not installed.
wazapp depends on python-accounts; however:
Package python-accounts is not installed.
wazapp depends on python-dateutil; however:
Package python-dateutil is not installed.
wazapp depends on python-context.provider; however:
Package python-context.provider is not installed.
dpkg: error processing wazapp (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
wazapp


as marmistrz say It's not run i try it

HTML Code:
~ $ meecolay /opt/waxmppplugin/bin/wazapp/wazapp_init
/opt/waxmppplugin/bin/wazapp/wazapp_init:30: Warning: 'as' will become a reserved keyword in Python 2.6
  File "/opt/waxmppplugin/bin/wazapp/wazapp_init", line 30
    except dbus.exceptions.DBusException as e:
                                          ^
SyntaxError: invalid syntax
 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#685
Originally Posted by amr.fayz View Post
as marmistrz say It's not run i try it

HTML Code:
~ $ meecolay /opt/waxmppplugin/bin/wazapp/wazapp_init
/opt/waxmppplugin/bin/wazapp/wazapp_init:30: Warning: 'as' will become a reserved keyword in Python 2.6
  File "/opt/waxmppplugin/bin/wazapp/wazapp_init", line 30
    except dbus.exceptions.DBusException as e:
                                          ^
SyntaxError: invalid syntax
If you get errors with python apps, use python2.7
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#686
Originally Posted by marmistrz View Post
If you get errors with python apps, use python2.7

Thank you for your response I will do so but I think it's possible works like The ‘with’ statement In Python 2.5,

you actually can use the with statement -- just import it from __future__:

from __future__ import with_statement

But how is it done ?


http://stackoverflow.com/questions/7...with-statement
http://docs.python.org/2/whatsnew/2.6.html

Same mis here
http://www.gossamer-threads.com/list.../python/785327
 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#687
Originally Posted by amr.fayz View Post
Thank you for your response I will do so but I think it's possible works like The ‘with’ statement In Python 2.5,

you actually can use the with statement -- just import it from __future__:

from __future__ import with_statement

But how is it done ?


http://stackoverflow.com/questions/7...with-statement
http://docs.python.org/2/whatsnew/2.6.html

Same mis here
http://www.gossamer-threads.com/list.../python/785327
I'm not a python programmer, and it won't be easy to be done. You'd better ask the devs who create apps. And it'll be much easier to use python2.7 so you may ask people to port some python modules to python2.7
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following User Says Thank You to marmistrz For This Useful Post:
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#688
When I install it via FAM, it says:

your system has broken packages or you are trying to installing packages. See the log for details


Last edited by skate_boy92; 2012-12-11 at 12:04.
 
Posts: 3,328 | Thanked: 4,475 times | Joined on May 2011 @ Poland
#689
Originally Posted by skate_boy92 View Post
When I install it via FAM, it says:

your system has broken packages or you are trying to installing packages. See the log for details

And what's the log?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 121 | Thanked: 60 times | Joined on Jun 2012
#690
how to see the log?
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:52.