Bitcoin Forum
June 14, 2024, 01:47:05 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Learning python Update  (Read 1164 times)
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:26:30 AM
 #1

Well I figured out how to do an irc bot and a twitter bot that I was posting tickers with (sorry to all annoyed).

Now I am trying to figure out how to get a game to work with IRC but I am stuck

http://paste.pound-python.org/show/zg3nu6h3K6eFqwzlfYCy/ is the source at the bottom is the error.

  File "ircgame.py", line 100
    send('PRIVMSG ' + nick + " : You have reached Panama Viejo\r\n")
       ^
SyntaxError: invalid syntax


which makes no sense cause the syntax seems to be correct.


This is the regular game http://paste.pound-python.org/show/sQvoTCQJBd4N19bdtD5U/ (works fine from the prompt)


this is the irc bot skeleton http://paste.pound-python.org/show/ZtLiSwbKFcTRy46N8u9B/ (works fine too)


But when I tried to merge the two, I messed up and can't figure out what I did wrong...
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:56:53 AM
 #2

fixed a lot of syntax errors I had.

now I get this:

  File "ircgame.py", line 148
    while True:
        ^
SyntaxError: invalid syntax


http://paste.pound-python.org/show/x0aH2wWAxedCEqGuuIXM/
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 03:59:48 AM
 #3

ok I was missing a bracket on line 146 thanks nanotube
vite (OP)
Legendary
*
Offline Offline

Activity: 1018
Merit: 1000


View Profile
October 01, 2013, 04:23:57 AM
 #4

With this revision now it connects to the IRC server (freenode), joins the chat room and says "Hello World"

but it won;t take any commands

http://paste.pound-python.org/show/iVq52zzltDwhiUv1gLDQ/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!