Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
150 user(s) are online (78 user(s) are browsing Forums)

Members: 0
Guests: 150

more...

Headlines

Forum Index


Board index » All Posts (Snuffy)




Re: Shell command for tooltype manipulation ViewT
Just can't stay away
Just can't stay away


I am trying to port the ViewT(ooltypes)
??? I'd think it would be easier to do it in Python. Read/write a icon ".info " file with new tooltypes, yes? Or, is there something else? Why say it 'C'; it's a maintenance thing.

Go to top


Re: Server security on www.Amigans.net
Just can't stay away
Just can't stay away


Thanks to those for fixing the glich! That's worth a donation from a favorite PAL...

Go to top


Re: Quake II won't run?
Just can't stay away
Just can't stay away


> carvedeye
re-installed quake II
Have no idea what you actually done, but the program exec needs a link to QuakeII. Is it in the Appdir ?

Go to top


Re: Python:Lib/amigapath.py bugs?
Just can't stay away
Just can't stay away


>JosDuchit #1
fileStats = os.stat ( 'Arch.gc' ) # a file in the current directory
The argument is wrong. It's 'os.stat(path)'. Try this at home:

#Amiga Python 53.29
import os
st = os.stat( "Ram:")
print st
>>>>
(16832, 0, 1822471436, 2, 0, 0, 0L, 1308634305, 1308634305, 1308634305, 1308634305, 1308634305, 1308634305, 512, 0L, 0)

The "STAT" module says -- 'All the variables below are simply symbolic indexes into the 10-tuple returned by os.stat(), os.fstat() or os.lstat().'

Well, it's a 16 tuple isn't it? I looked at help(os.stat_results) and the 'stavfs' module and can't determine what the tuple is saying.

>broadblues
I would be tempted to say RTFM but that would be rude of me ...
It sure would considering the depth of 2.5s Docs list. I read all the time, and it just too deep for one person to know all of it!

Go to top


Re: Filer Questions and Suggestions
Just can't stay away
Just can't stay away


>orgin #3
The todo list ...
Filer is great file manager tool...nice work!
I looked for reference to python...n0ne. If I click on a python script with 'Filer' it defaults to Python interactive mode; that's not what I want; execute the script is what I want. I tried creating a 'user button' with 'python {f}' and 'python {o}' and it defaults to interactive. Is there a way to set this up, or is this a 'todo' do?!

Go to top


Re: Python interpreter interface
Just can't stay away
Just can't stay away


>JosDuchIt

Anyone interested in giving feedback?
GUI? I need an IDE like Python 'IDLE'. I recentlly finished my first Pygame and biggest headache was keeping the indentions in conformity. IDLE has nice edit/formatting routines.

What in the heck does --"wtf"--mean, or wtf does wtf mean?!

Go to top


Re: Python:Lib/amigapath.py bugs?
Just can't stay away
Just can't stay away


@JosDuchIt

With the following python script ospath.py i reproduced error messages that trace backt to the amigapath.py module....

Did you start off with ...

Python-Docs-2.5/lib/module-stat.html
11.3 stat -- Interpreting stat() results

"The stat module defines constants and functions for interpreting the results of os.stat(), os.fstat() and os.lstat() (if they exist). For complete details about the stat(), fstat() and lstat() calls, consult the documentation for your system. ..."


There's a sample script for 'walking a dir tree', but it's too technical for me. I don't know if even the file Stat'mode' is supported. I suspect it doesn't exist. Does it?


Go to top


Re: how prevent user from moving/renaming a file?
Just can't stay away
Just can't stay away


Incripted directory works. ISTR, that Lock() refers to IO and not security. Some file operations need to be locked to prevent interrupted operations.

Go to top


Re: Passing arguments to the command line
Just can't stay away
Just can't stay away


by djrikki
Also need some help with Python, having a problem with Unescaping single quotes...

It's not about 'unescaping quotes', it;s about Python Dos ways and formatted List files.
You need to read Chapter 3.14:Lists and Chapter 5:Data Structures, in Python - Docs 2.5/tut/tut.html

Actually - just worked it out - its not the Python script after all - its fine!
I haven't figured what your script is doing. I don't see any definitions...

There is a Python module to decipher itc files, but first I need to decipher the folder structure.
<key>Library Persistent ID</key><string>76710B0D0E49CFBE</string>

That's a typical Python 'Dictionary' format.

Go to top


Re: [Dev] AmiDARK Engine 1 Week Speed-Trip
Just can't stay away
Just can't stay away


Hi freddix,
If you have any idea, though, feel free to post them here :)
I don't; mostly too technical. Sometimes I'm lost about new stuff.
<Snuffy hugs freddix for all his great works!>
BTW, is AmiDark Basic available for OS4, or WIP?

Go to top


Re: Coming back to beloved Amiga
Just can't stay away
Just can't stay away


Hi AmigaKit,
We do not charge Paypal fees on top.
I've noticed that..Love it!

Here's the think, I can't decide about the SAM. My A1-XE turned eight years old this month. I think a new machine would be nice, but I'm sceptical about the new stuff. I'm not hearing enough about the SAM 460. My "Customer Confidence" is a bit low. Sorry about that...

Go to top


Re: AmiDARK Engine Ver0.4c *released* OS4Depot
Just can't stay away
Just can't stay away


Hi @ Frédéric Aka AmiDARK
http://www.Amidark-Engine.com


Thanks for update. I registered today. Where do I go to start writing my first program, or is that all in all in the SDK?

Go to top


Re: New YouTube video uploaded
Just can't stay away
Just can't stay away


by djrikki
[b]...> my SAM 460...> Hollywood Designer...> thus this video...>
You nothing but big show-off!
Nice!

Go to top


Re: New IntuitionPlus for next AmigaOS version !
Just can't stay away
Just can't stay away


@TSK
LOL! That's a nice upgrade!

Go to top


Re: New Games possible?
Just can't stay away
Just can't stay away


by Phantom
Did you try that poker game?

Ahh, the sweet sound of poker chips. I began my SDLBasic 'Poker Entertainer' program in 2009. I used EA's "Poker for Dummies" as my main model.
http://www.flickr.com/photos/11367727@N07/4144756024/

Go to top


Re: Shell & python
Just can't stay away
Just can't stay away


Isn't there a shell under AmiCygnix ?
ABCshell. A special 'Xlaunch' uses it I think to tap the X-Server.
Can u run Python under AmiCygnix ?
No, no interface to the X-server.

Go to top


Re: Another Sam460ex Arriving. :)
Just can't stay away
Just can't stay away


Now i'm running my sam460ex. And it's working...
Glad to hear you ironed out the problems. Quite a few people recently got Sam460s: Noel Fuller, Joe Howard, Bart Mathias, Ikir, and you! I guess some peer pressure is building-up for me to upgrade! Umm, all the Amiga players are not in the poker game yet. I would like to hear more about the X1000 before I decide about 'calling' or 'folding'!

Go to top


Re: Wow, the Amigans.net is back!
Just can't stay away
Just can't stay away


@RNS-AMiGA-Club
The screenshot is taken from new version of my Icon Editor...
Your looking great!

Go to top


Wow, the Amigans.net is back!
Just can't stay away
Just can't stay away


Hi all to who run this joint, nice job! It's great to be back 'home sweet home"!

Go to top


Re: Quake plays but without any sound
Just can't stay away
Just can't stay away


Hi @nubechecorre

...it seems that Clickboom pak files are not fully compatible.. try the pc's PAK files..
My Quake version uses Clickboom. Always worked perfect with the Hyperion Quake executive on A1-XE/G4. I don't know anything about SAMs.

Go to top



TopTop
« 1 2 (3) 4 5 6 ... 46 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project