Notices


Reply
Thread Tools
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#11
Here it is!

there is the 0.9 version on the repositories!
what's new?
- qtnetwork import removed
- an improved line selector

What's planed?
Maybe renew the search operations (change the UI)
and..

Actually it draw just segment between two stations..Maybe should all a line be coded in a QGraphicsPath (like the river)..

what eats less memory?
many small objects or "few" big ones..
 

The Following User Says Thank You to opax For This Useful Post:
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#12
Hi guys, I recently downloaded Rtap and it worked when I first launched it. So I wanted to show it to my friend but it wouldn´t start. What I mean is that the app starts launching but suddenly it closes. I know that I have been istalling other apps between the first lauch of Rtap and untill it stoped working but I can´t recall all of them. Also when i tried : "$ python /opt/rtap/main.py" I got following:
"-sh : python/opt/rtap/main.py : not found"
I even uninstalled the Rtap and installed it again but same thing.
Any ideas?
Best regads to you,
M
 
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#13
hmm..strange
did you have installed the last version?

if you wrote:
python/opt/rtap/main.py
it won t work : it needs a space after 'python'

python /opt/rtap/main.py
well the suddently closings are due to this f*** python-location module which breaks everything..
if it closes..launch it again.. and launch the gps-localisation again..if it closes one more time..hmm
you'll have to delete the *.pyc files..it will be slower but i don't understand the deal.

become root and type:
rm /opt/rtap/*.pyo

Try and tell me

Last edited by opax; 2011-10-22 at 22:09.
 
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#14
Opax you were right. I didn´t leave a space after 'python'
after typing in again only this time right: python /opt/rtap/main.py a got following message back:

Traceback (most recent call last):
File "/opt/rtap/main.py", line 6, in <module>
import graphe
File "/opt/rtap/graphe.py", line 8 in <module>
from PyQt4.QtMobility.QtBearer import *
ImportError: No module named QtNetwork

Any ideas?
Thanks
 
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#15
hmm have a try with this (in root)

apt-get install python2.5-mobility-bearer
 
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#16
Here We go!

I've just upload the last version (0.9.9) of Rtap!

There more bugs fixed and it now support other languages like..English..and an approximative German!

miroslav_s do you still have your problem with this version?
 
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#17
Hi Opax,
Sorry for not answering earlier, i was busy today. First thing first. When I saw that you have updated Rtap (0.9.9) I immediately uninstalled the old to be on the safe side. I had version 0.9.8-2. Then I went back to install your latest version but I could only find the same version as before, 0.9.8-2. There was no 0.9.9 version?
Also I tried apt-get install python2.5-mobility.bearer and got following:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn´t find package python2.5-mobility-bearer

it´s just my bad luck I guess!!!
So am back where I started. The app tries to start and then just shuts down

I just got update notification about Rtap newest version. Installed it BUT still nothing, I mean it´s the same as before. I don´t know what am doing wrong. Anyway: THANKS OPAX for trying to help. If I fix the problem in the nearest future I´ll let you know. Thanks again

A thought came across me earlier. At first Rtap work in my phone. Then I recall trying to install Bluemaemo and it didn´t work because of same libeet1 problem issue. So I tried all those things people suggested that I should try to make it work. Never did manage to install Bluemaemo. So somewhere along the way I think I did some damage to Rtap and that is way it doesn´t work. This is my guess so am not 100% sure, only guessing.

Last edited by miroslav_s; 2011-10-23 at 23:03.
 
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#18
Bluemaemo? no i have tried..
strange because rtap and bluemaemo don't share dependency..

When you launch it on the terminal what does it say?
python /opt/rtap/main.py

and what if you do:
run-standalone.sh python /opt/rtap/main.py

It should work on your phone..It even works on my computer..
 
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#19
When you launch it on the terminal what does it say?

python /opt/rtap/main.py

I get this message:
Traceback (most recent call last) :
File “/opt/rtap/main.py”, line 7, in <module>
Import graphe
File “/opt/rtap/graphe.py”, line 8, in <module>
From PyQt4.QtMobility.QtBearer import *
ImportError: No module named QtNetwork

and what if you do:

run-standalone.sh python /opt/rtap/main.py

I get this message

Traceback (most recent call last) :
File “/opt/rtap/main.py”, line 7, in <module>
Import graphe
File “/opt/rtap/graphe.py”, line 8, in <module>
From PyQt4.QtMobility.QtBearer import *
ImportError: No module named QtNetwork

Also I tried again apt-get install python2.5-mobility.bearer and this time I got this message:

Reading package lists… Done
Building dependency tree
Reading state information… Done
python2.5-mobility-bearer is already the newest version.
python2.5-mobility-bearer set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.


It should work on your phone..It even works on my computer..[/QUOTE]

Am sure the problem is not in your app but in my n900. What it is I simply don’t know






Originally Posted by opax View Post
Bluemaemo? no i have tried..
strange because rtap and bluemaemo don't share dependency..

When you launch it on the terminal what does it say?
python /opt/rtap/main.py

and what if you do:
run-standalone.sh python /opt/rtap/main.py

It should work on your phone..It even works on my computer..
 
Posts: 49 | Thanked: 15 times | Joined on Jan 2010
#20
ok bah..

in root

apt-get install python2.5-qt4-network

and maybe you will also need but try without before:
apt-get install python2.5-qt4-network
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:43.