Robert T Wyatt <[EMAIL PROTECTED]> said: > Robert T Wyatt wrote: >> Hi Kurt, >> >> It's helping me. :-) Do you mind if I take it and run with it? It now >> builds and installs but doesn't validate because it's installing stuff >> in /usr/share/ but your work has helped me understand how to deal with >> the INFO2 and the -py split-off. >> >> I've gotten to here so far: >> http://reg066.reg.utexas.edu/fink/kodos-py.info > > Oops, just remembered that Martin already showed me how to fix that! > > Here's the remaining error: > > Error: File in a language-versioned package is neither versioned nor in > a versioned directory. > Offending file: /sw/bin/kodos.py [lots of these]
Is this thing a python library that other python programs would use, or is it just a program that happens to be written in python? The -pyXX variant system is specifically designed for libraries, so that other python programs can find the correct python-version of them. If you just have a program, no need to play that game...you can just hard code it to use one specific python version instead of needing to provide a variant for every python version. Python2.4 is the most widely supported version right now, but you can use really any that you like. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel