Take a look at Komodo IDE 4 (there's also a free version called Komodo Edit that might be good enough depending on what you need.) WingIDE is good if you only work in Python (I find Komodo better if...
Type: Posts; User: eriksmartt; Keyword(s):
Take a look at Komodo IDE 4 (there's also a free version called Komodo Edit that might be good enough depending on what you need.) WingIDE is good if you only work in Python (I find Komodo better if...
Cool project! As for camera speed, check out this post: http://discussion.forum.nokia.com/forum/showthread.php?t=65798&highlight=viewfinder
...the summary being that faster access is possible...
Cool script! One suggestion though would be to determine the screen size at runtime instead of hardcoding 176x208. This will make the app more scalable for devices with different resolutions (like...
That's a hefty default.py!
Curious, I pulled up the project stats, and it does look like the current numbers are a bit high. Something happened on April 25-26th that shot downloads FAR, FAR above the norm. Take a look:
...
Hmm... I wonder if perhaps people are downloading the wrong version then? That was a problem at one point when the files were on Forum Nokia -- there was a drop-down menu for selecting the version...
36,000! Wow. The other numbers (1-2k) seem reasonable, but you're definitely right, 36k is quite a lot.
Dang, I was hoping it was just an SDK limitation ;-) This one probably requires the wisdom of otsov.
Non-obvious indentation errors are usually caused by mixed whitespace (ex., spaces and tabs.) If your text editors allows you to "see hidden characters" you can generally track these down pretty...
You're trying to send the SMS from the S60 2nd Ed. FP2 emulator to the S60 3rd Ed. emulator? Hmmm.... I haven't tried that specifically. Are you able to use the built-in Messaging application to...
The Nokia Mobile Browser is lightweight XHTML concept browser used to demonstrate a basic mobile browsing environment; However, it does not represent the rendering of any specific Nokia device. On...
rexwal -- cool, glad it was an easy fix!
hmm... sounds like you've got the "Feature pack 2" SDK and the "Feature Pack 3" Python installer. That could be the issue.
You might try going here: ...
RICH?, the PyS60 port does not implement anything specific to hide source code (just like Python on other platforms does not hide source code.) Shipping bytecode is an option, but not really secure....
Excellent find! And great to see PyS60 on the chart!!
Only jplauril would know for sure, but it's not "days" or "years" ;-) My money would be on Q2'06.
You *might* be able to use sysinfo.os_version() for that, since it sounds like it's the S60 2.8 devices (N70 and N90) that are using a different path.
Man, it's going to be nice when the whole bug database is moved somewhere open...
I recall otsov hackin' on the 'float bug' a lot before the release. Otsov -- if you happen to stumble by this...
My N90 doesn't seem to have 'z:\\system\\apps\\camcorder\\camcorder.app' either... but it does have something at: 'z:\\system\\apps\\CamMojave\\CamMojave.app' that seems to fire up the camera.
I haven't found a Python-specific IDE that I like yet. There's Eclipse with PyDev... ActiveState's Komodo... WingIDE... and a few others. But personally, I just use TextMate (OS X only) and push...
Yup. The problem, AFAIK, is in the time it takes to bring the image data in and push it to the screen. otsov has something magic in the works that brings the image blitting process closer to the...
Very nice!!
Uh... no idea. You'll probably have to poke around in the messaging module's source code. Perhaps it's an option that could be defined there.
Bummer that PM's are disabled since the thread was specifically asking for me. Fortunately, jplauril and otsov have already addressed the issue.
Just to reiterate, MMS was low on the wishlist...
Here's an older post of mine on the topic (with a recent update for a change in 10.4):
http://www.eriksmartt.com/blog/archives/55