Masi

6,206
reputation
2590 views

Registered User

name Masi
member for 11 months
seen 20 mins ago
website
location Europe
age 20
Student in Math.

My reputation tracker.
Dec
16
asked Django bug with a tag
Dec
16
comment Inlines Python/Django technique for objects
They are just random examples in my current code. They are not related to the given code.
Dec
15
comment Inlines Python/Django technique for objects
So the 3rd-party module makes it easier to handle pieces of information such as "user_name" and "time" for a comment, for instance. It seems that these variables are called tags in Django. - I am not yet completely sure why you need such a plugin, since you could just put such pieces of information to a single list for the given question.
Dec
15
asked Inlines Python/Django technique for objects
Dec
12
comment Having models’ declarations at two folders in Django
What is "MyHistoryModel"? I have the file history/models.py. How can you know what is the variable based on the file?
Dec
11
asked Having models’ declarations at two folders in Django
Dec
4
asked Kill Infinite loop at Upstart’s run level
Dec
4
asked To have two Xorg in two Ubuntu’s run levels
Dec
3
awarded  Popular Question
Dec
2
asked Forcing outputs of kernel to terminal in Ubuntu
Dec
2
asked Detect SAK in Dmesg at Linux Kernel
Dec
2
asked Subprocess Popen and PIPE in Python
Dec
2
comment Error in compiling a Linux kernel
How can you remove the reference to the file in the .config? I did not find any driver with the given name. - I also tried to remove the given file, but some files are dependent on it so it cannot just be removed.
Dec
1
asked Error in compiling a Linux kernel
Nov
29
awarded  Popular Question
Nov
28
asked Convert Python to Haskell / Lambda calculus
Nov
28
comment Lpr -module in Python
+1: for subprocess
Nov
26
asked Lpr -module in Python
Nov
25
awarded  Notable Question
Nov
24
asked Solving Ubuntu’s resolve -problem with dpkg
Nov
24
revised Fixing X11’s startup Errors by Xorg.conf or modprobe
added 295 characters in body
Nov
24
revised Fixing X11’s startup Errors by Xorg.conf or modprobe
added 497 characters in body; added 2 characters in body
Nov
23
revised Making ORM with Python’s Storm
added 950 characters in body
Nov
23
revised Fixing X11’s startup Errors by Xorg.conf or modprobe
added 11 characters in body
Nov
23
asked Fixing X11’s startup Errors by Xorg.conf or modprobe
Nov
23
revised Making ORM with Python’s Storm
shorter
Nov
23
revised Making ORM with Python’s Storm
added 1593 characters in body; added 4 characters in body; deleted 1 characters in body; deleted 254 characters in body; deleted 582 characters in body
Nov
22
asked Making ORM with Python’s Storm
Nov
22
revised Converting SQL commands to Python’s ORM
for S.Lott
Nov
22
asked Converting SQL commands to Python’s ORM
Nov
22
comment To insert to Pg by Psycopg
* I mean cur.execute
Nov
22
comment To insert to Pg by Psycopg
Which method do you need to run to put the data to the database? cur.insert("INSERT INTO courses (course) VALUES ( %s )""", [data]) is not working for me.
Nov
22
asked To insert to Pg by Psycopg
Nov
22
asked SQL syntax error using Python and psycopg
Nov
22
asked Why do I get this error in this Python code?
Nov
21
comment Fixing a type-error in Python’s Pg
I run your suggestions unsuccessfully. I updated my question to reflect the recent changes.
Nov
21
revised Fixing a type-error in Python’s Pg
added 1155 characters in body; added 85 characters in body
Nov
21
comment Fixing a type-error in Python’s Pg
I updated my question. The current problem is now in the use of pg.escape_bytea because of the auto-creation of the argument self.
Nov
21
revised Fixing a type-error in Python’s Pg
deleted 1090 characters in body
Nov
21
revised Fixing a type-error in Python’s Pg
added 50 characters in body
Nov
21
comment Fixing a type-error in Python’s Pg
My column file is of the type bytea. It is strange that I get the UTF-8 error. My table files looks like dpaste.com/123231
Nov
20
revised Fixing a type-error in Python’s Pg
added 409 characters in body
Nov
20
comment Fixing a type-error in Python’s Pg
@bobince: I get the following error message at the moment: dpaste.com/123106
Nov
20
comment Fixing a type-error in Python’s Pg
I get Attribute Error for the command con1.insert('files', file= f.read(), file_name= f.name).
Nov
20
asked Fixing a type-error in Python’s Pg
Nov
20
revised To have two Pg queries in one Python method
deleted 43 characters in body; edited title; deleted 44 characters in body
Nov
20
comment To understand Python’s optparse
How do you read this line if options.eksponentti and options.siirre and options.figu:? I am using 3 parameteters in my command and the if-clause is not true.
Nov
20
revised To have two Pg queries in one Python method
added 10 characters in body; edited title
Nov
20
revised To understand Python’s optparse
added 996 characters in body; edited title; deleted 1 characters in body
Nov
19
asked To understand Python’s optparse