The International Simutrans Forum

PakSets and Customization => Pak128 Bug Reports => Pak128 => Pak128 Solved Bug Reports => Topic started by: wernieman on June 24, 2009, 12:57:27 PM

Title: (solved) Generation Problem
Post by: wernieman on June 24, 2009, 12:57:27 PM
When I want to generate the aktual PAK128 I get an error:

Version: r647

........
My conditional folders:  unfree
Entering conditional folder  unfree
Traceback (most recent call last):
  File "pakmak.py", line 335, in <module>
    e.do();
  File "pakmak.py", line 254, in do
    e.do();
  File "pakmak.py", line 254, in do
    e.do();
  File "pakmak.py", line 262, in do
    e.load(dir);
  File "pakmak.py", line 168, in load
    self.__load_raw();
  File "pakmak.py", line 165, in __load_raw
    print "pakmak.tab not found in " + (dir if fir != None else self.workdir);
NameError: global name 'fir' is not defined
Title: Re: Generation Problem
Post by: VS on June 24, 2009, 02:18:08 PM
Typo :( Fixed. But it's in part of code that handles errors, so there is probably some other problem, too.