Am I just to stupid?

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!

Re: Am I just to stupid?

Postby D'Lanor » Wed Jul 09, 2008 3:12 pm

If you break the Pahts.pak it will affect all shells. Which is why IMO it would have been better to keep pak files for shells separated. Too late to change the rules now I guess. :roll: btw, Robert did temporarily disable his shell in the latest Pahts version though.
Last edited by D'Lanor on Wed Jul 09, 2008 3:17 pm, edited 1 time in total.
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
D'Lanor
 
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Am I just to stupid?

Postby Tinuviel » Wed Jul 09, 2008 3:16 pm

Argh, this just show how stupid I am: what does break the Pahts.pak mean and what have I done to break it?
«Borders? I have never seen one, but I have heard they exist in the minds of some people.»
(Thor Heyerdahl)
Tinuviel
 
Posts: 106
Joined: Wed Feb 06, 2008 10:17 am

Re: Am I just to stupid?

Postby D'Lanor » Wed Jul 09, 2008 3:21 pm

I don't know. You have only spoken about decompiling but did you compile your Python files?

I am using the other Python tool (UruPython) so I can't help you with that. I guess somebody who uses Plasmashop will have to explain.
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
D'Lanor
 
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Am I just to stupid?

Postby Tinuviel » Wed Jul 09, 2008 3:37 pm

You did try, and thank you for that:-) Perhaps I am not doing it right. I thought it would atomaticly compile the files when I added them to the Pak. For anyone wondering, here is what I do:
- copy my pythons file to the scr in the dat folder.
- Open the paths pak.
- Press add and pick one of my .py files.
- Then the question comes: Automaticly decompyle extracted files? Yes or no. When pressing No the message tells me it is compiling all uncompiled files....pressing yes it is compiling all the files in the pak giving me errors on some of the other py fils in the pak. Ex: "SyntaxError: invalid syntax
File "C:\Users\LINN\AppData\Local\Temp\tmp1949.tmp\s111Script.py", line 741
elif (type(obj) == type((,))): and File "C:\Users\LINN\AppData\Local\Temp\tmp1949.tmp\s119BookGui.py", line 260
elif (type(obj) == type((,))):
^
SyntaxError: invalid syntax
«Borders? I have never seen one, but I have heard they exist in the minds of some people.»
(Thor Heyerdahl)
Tinuviel
 
Posts: 106
Joined: Wed Feb 06, 2008 10:17 am

Re: Am I just to stupid?

Postby boblishman » Thu Jul 10, 2008 7:10 am

open your s119BookGui.py file in Plasmashop ....go to line 260 and DELETE the "," that is inside all those brackets (I had this problem too) ...so the line reads type(())) (no comma inside it) ... then save the file ...

do the same with your s111Script.py .... (line 741)


... now add them to your .pak ... and you should not get the syntax error ...
when it comes to Age creation ... "DOH" seems to be my middle name...
User avatar
boblishman
 
Posts: 882
Joined: Fri Oct 05, 2007 4:47 pm
Location: Spain

Re: Am I just to stupid?

Postby Tinuviel » Thu Jul 10, 2008 8:35 am

I am so frustrated right now that I think I'm about to give up this journal thing. I am probably just doing one thing wrong that is so elementary that you python expert can’t even imagine someone doing that error.

I tried your suggestion, Boblishman. What I did was to extract all the files in the Paths pak to a separate folder. I deleted all in the pak. Went through all the .pys and deleted the , in (,). I then tried to add the files again to the pak First one went fine, no errors. Then I added the second one, and that gives me the same error pointing to the py-file I added first. I open this one up again to see if the (,) was back, but no.

I then took the liberty to download Valdez Tina_testing py files from another thread. Thinking I should test by making a journal and put it in an age on its own. He said it worked for him, and I thought that if I did nothing on them I would not be doing anything wrong or mess up and they would work. I changed nothing but the name of my book texture and deleting .py on two places. When adding them to my age .pak file I get the error again. But I can’t find (,) anywhere in his files.
«Borders? I have never seen one, but I have heard they exist in the minds of some people.»
(Thor Heyerdahl)
Tinuviel
 
Posts: 106
Joined: Wed Feb 06, 2008 10:17 am

Re: Am I just to stupid?

Postby Tinuviel » Thu Jul 10, 2008 3:10 pm

still not giving up, I'm afraid. :D I've got a bit further. I deleted the Plasmashop I had installed and got an older one. (2.2.2 I think) Now I do not get the error message syntax error. But I noticed that in my plasma - option - python I have named the Python 2.3 interpreter as well as the Python 2.2 interpreter. Both pointing to the same Python.exe. I hope that doesn't mess things up, because I can't errase it.
Still in the hope someone are willing to help me I post the log file of python.0.

Code: Select all
(07/10 23:58:26) ULM: Deactivating book Link25
(07/10 23:58:26) ULM: Deactivating book Link26
(07/10 23:58:26) ULM: Deactivating book Link27
(07/10 23:58:26) ULM: Deactivating book Link28
(07/10 23:58:26) ULM: Deactivating book Link29
(07/10 23:58:26) ULM: Deactivating book Link30
(07/10 23:58:26) ULM: Deactivating book Link31
(07/10 23:58:26) ULM: Deactivating book Link32
(07/10 23:58:26) ULM: Deactivating book Link33
(07/10 23:58:26) ULM: Deactivating book Link34
(07/10 23:58:26) ULM: Deactivating book Link35
(07/10 23:58:26) ULM: Deactivating book Link36
(07/10 23:58:26) Checking book Link19 for active links
(07/10 23:58:26) Link: katoslab:LinkInPointDefault() - Kato's primary dwelling and laboratory.  Have fun poking around.  Visit 1 []
(07/10 23:58:26) INFO: Age 'katoslab' does have data files available on this host
(07/10 23:58:26) Condition '' passed.... link is active
(07/10 23:58:26) Check complete, book contains 1 active links, and 0 inactive
(07/10 23:58:26) ULM: Activating book Link19
(07/10 23:58:26) Checking book Link20 for active links
(07/10 23:58:26) Link: Pahts:LinkInPointDefault() - Pahts []
(07/10 23:58:26) INFO: Age 'Pahts' does have data files available on this host
(07/10 23:58:26) Condition '' passed.... link is active
(07/10 23:58:26) Check complete, book contains 1 active links, and 0 inactive
(07/10 23:58:26) ULM: Activating book Link20
(07/10 23:58:26) Checking book Link21 for active links
(07/10 23:58:26) Link: testageArath:LinkInPointDefault() - testageArath []
(07/10 23:58:26) INFO: Age 'testageArath' does have data files available on this host
(07/10 23:58:26) Condition '' passed.... link is active
(07/10 23:58:26) Check complete, book contains 1 active links, and 0 inactive
(07/10 23:58:26) ULM: Activating book Link21
(07/10 23:58:28) __init__testageArath v.1
(07/10 23:58:28) __init__testageArath v.1
«Borders? I have never seen one, but I have heard they exist in the minds of some people.»
(Thor Heyerdahl)
Tinuviel
 
Posts: 106
Joined: Wed Feb 06, 2008 10:17 am

Re: Am I just to stupid?

Postby D'Lanor » Thu Jul 10, 2008 4:09 pm

The book template does not initialize. There is nothing of it in the log file.
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
D'Lanor
 
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Am I just to stupid?

Postby Tinuviel » Thu Jul 10, 2008 11:27 pm

D'Lanor, I made it!!! Thank you for helping me. Again :D And I swear, that when this competition is over, I will sitt down and try to learn Python properly and not just stumble around blindly begging for help on stupid questions. I just wish I had thought about changing PlasmaShop to an older version sooner. It would have saved me days and given me more sleep.
«Borders? I have never seen one, but I have heard they exist in the minds of some people.»
(Thor Heyerdahl)
Tinuviel
 
Posts: 106
Joined: Wed Feb 06, 2008 10:17 am

Previous

Return to Building

Who is online

Users browsing this forum: No registered users and 3 guests

cron