|
PyMS Developer
|
Ok here is what PyFNT looks like currently. For now the plan is to only let you preview characters, and export to/import from bmp's to edit the font. Later there may be the possibility of have basic MSPaint like editing features, but they would be very basic so I dont really see the point. Anyway here you go:
|
|
When I try to save in PyICE I get this error:
Exception in Tkinter callback Traceback (most recent call last): File "E:\Python26\lib\lib-tk\Tkinter.py", line 1403, in __call__ return self.func(*args) File "E:\Documents and Settings\Administrator\Desktop\mods\PyMS\PyICE.pyw", line 1480, in save self.ibin.compile(self.file) File "E:\Documents and Settings\Administrator\Desktop\mods\PyMS\Libs\IScriptBIN.py", line 1052, in compile code += struct.pack('<H',offsets[v]) KeyError: 20023 Also: E:\Documents and Settings\Administrator\Desktop\mods\PyMS>python PyICE.pyw -b .. This post was edited 1 time, last edit by Doodle77: Aug 31 2008, 4:04 pm.
|
|
PyMS Developer
|
Da_Fenix: Sounds like the PyICE error might be the same as Doodles, i'll look into it. If i can get the scripts you imported and the error reports that would help a lot.
Weird, noone has ever had that problem... I should be able to fix the problem without it, but can i get the exact error report? Doodle: Ok, i'll look into it. Can I get the iscript.bin and the script(s) you were working on? Thanks for the bug reports! |
|
Glad you found the right pages. Ya, poiuy also revamped our site's pages to integrate with our php database so those old .html pages are somewhat history.
Each program has it's own help tab that points to a page contained in PyMS documents folder. I wish there were some detailed tutorials I could point you to, but you'll find the programs very user friendly especially now that the program is a GUI. Any obscure function is pretty much accounted for either in buttons or info box w/ cursor. An online version of the document pages would be here too in case you missed that link. ![]() ![]() ![]() ![]() ![]() ![]() This is the signature I bought with my cash.
|
|
But how do I run the program? I downloaded PyMS v0.1e (Updated August 27, 2008) from the site. Inside are a bunch of *.pyw files, a *.txt, and five folders. No EXE or anything indicating where or how I start.
![]() ![]() ![]() ![]() ![]() ![]() |
|
PyMS Developer
|
Yes the documentation is very lacking currently, but there should be enough info to get the programs running and allow you to work with them. The docs (in Docs folder or as baja said here online) where written assuming command line usage, but they have basic installation instructions and command line usage. To use them as GUI's; after following the installation instructions, the *.pyw files will act like an excutable, just double click to run.
In short: 1) Download PyMS and extract it somewhere 2) Install Python 2.5+ 3) Double click one of the *.pyw's to run |
|
PyMS Developer
|
There is no way to run them without python. One thing im looking into though for Windows users is using something called py2exe which compiles all the python stuff essential to running PyMS into a zip and, then gives an exe to run them. But i've been waiting to look into it because its a hassle, and im not even entirely sure how it would work with the way PyMS is set up.
I don't think its that confusing currently anyway. Just install python and its exactly like the *.pyw's are exe's (except to run them through command line it would be "python Py*.pyw -options" instead of just "Py*.pyw -options"). |