Skip to content

Instantly share code, notes, and snippets.

View d33tah's full-sized avatar

Jacek Wielemborek d33tah

View GitHub Profile
> packp3d -o app.p3d -r morepy -r sqlite
Traceback (most recent call last):
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/showbase/Messenger.py", line 352, in __taskChainDispatch
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/showbase/Messenger.py", line 410, in __dispatch
File "/root/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/AppRunner.py", line 493, in __startIfReady
File "VFSImporter", line 153, in load_module
File "/Users/rdb/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/packp3d.py", line 219, in <module>
File "/Users/rdb/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/packp3d.py", line 209, in makePackedApp
File "/Users/rdb/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 2352, in endPackage
File "/Users/rdb/pandaworker/panda3d-1.7.0/built_cmu/direct/p3d/Packager.py", line 403, in close
#!/usr/bin/python
# -*- coding: utf-8 -*-
import mpdclient2
from time import sleep
from os import system
hostname = 'localhost'
port = 6600
password = ''
#!/usr/bin/python
# -*- coding: utf-8 -*-
from pynk import *
from config import * #might as well be removed - defines only "login" and "password"
set_debug(True)
from time import sleep
import math
from PIL import Image
@d33tah
d33tah / pynk.py
Created September 12, 2010 20:30
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import print_function
"""
Biblioteka dla NK pod Pythona.
BY d33tah, LICENSED UNDER WTFPL.
"""
#!/usr/bin/python
# -*- coding: utf-8 -*-
from pynk import *
from config import * #might as well be removed - defines only "login" and "password"
set_debug(True)
from time import sleep
import math
from PIL import Image
@d33tah
d33tah / pynk.py
Created September 20, 2010 20:18
#!/usr/bin/python
# -*- coding: utf-8 -*-
from __future__ import print_function
"""
Biblioteka dla NK pod Pythona.
BY d33tah, LICENSED UNDER WTFPL.
"""
#!/usr/bin/python
# -*- coding: utf-8 -*-
from pynk import *
#from config import * #might as well be removed - defines only "login" and "password"
set_debug(True)
from time import sleep
import math
from PIL import Image
We couldn’t find that file to show.
#!/usr/bin/python
# -*- coding: utf-8 -*-
import time
import pysqlite2.dbapi2 as sqlite3
import urllib
import PyRSS2Gen
from lxml import html
import MySQLdb
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Wyświetla RSS dla ogłoszeń umieszczonych na stronie wz.uni.lodz.pl.
BY d33tah, LICENSED UNDER WTFPL.
Wymaga RSS2Gen: http://www.dalkescientific.com/Python/PyRSS2Gen.html
"""